Date: Tue, 18 Apr 2000 13:48:32 -0500 From: "Doug Poland" <doug@polands.org> To: <cmontgomery@click2net.com> Cc: <freebsd-database@freebsd.org> Subject: RE: FreeBSD / Apache / PHP / Sybase Message-ID: <NDBBKMNOJKJGAEKJNLIAAEAADGAA.doug@polands.org> In-Reply-To: <NDBBLDPPMLFKAMOBODIAOEODFEAA.cmontgomery@click2net.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_000F_01BFA93C.C8D04ED0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Thanks Chris! I'm running FreeBSD 3.1R and Sybase 11.0.3. Sybase is up and running (no small task in and of itself :) Right now I'm stuck trying to compile PHP and apache. One source of confusion for me is the different ways apache/php can be compiled. Should I use DSO? If so, should I use APXS? Am I making the right choice? Am I running the config/make correctly? So this is what I've tried. Apache: I had the package for apache31-php3 installed and I thought that it looks like a reasonable install of apache. I used the port's Makefile for the config options for apache. The apache config worked. I did a make and it failed because it couldn't find src/modules/php3. PHP: So I thought I better compile php before apache. I configured php and it worked. The make, unfortunately, failed. I've attached the full compile/make outputs for your perusal. > -----Original Message----- > From: owner-freebsd-database@FreeBSD.ORG > [mailto:owner-freebsd-database@FreeBSD.ORG]On Behalf Of Chris Montgomery > Sent: Tuesday, April 18, 2000 12:07 > To: freebsd-database@freebsd.org > Subject: RE: FreeBSD / Apache / PHP / Sybase > > > Hello Doug, > > Please provide some information for us to work with, errors and whatnot. > I'd be glad to lend you a hand. > > Regards, > > Chris Montgomery - cmontgomery@click2net.com > Tel: 905-271-3550 ext. 227, Fax: 905-271-3650 > Click2Net Inc. - http://www.click2net.com > > -----Original Message----- > From: owner-freebsd-database@FreeBSD.ORG > [mailto:owner-freebsd-database@FreeBSD.ORG]On Behalf Of Doug Poland > Sent: Tuesday, April 18, 2000 12:53 PM > To: freebsd-database@freebsd.org > Subject: FreeBSD / Apache / PHP / Sybase > > > Hello BSD'rs > > I'm attempting to set up the environment described in > the subject line. I've got FreeBSD and Sybase running > but cannot configure/compile Apache and PHP. > > If anyone can help or has done this, I'd sure appreciate > some help! > > -- > Doug Poland > dpoland@execpc.com > ------=_NextPart_000_000F_01BFA93C.C8D04ED0 Content-Type: text/plain; name="configure.apache.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="configure.apache.txt" canaan# pwd /usr/local/apache_1.3.12 canaan# setenv PREFIX /usr/local canaan# ./configure \ ? --prefix=$PREFIX \ ? --with-layout=GNU \ ? --sysconfdir=${PREFIX}/etc/apache \ ? --includedir=${PREFIX}/include/apache \ ? --logfiledir=/var/log \ ? --runtimedir=/var/run \ ? --datadir=${PREFIX}/www \ ? --proxycachedir=${PREFIX}/www/proxy \ ? --libexecdir=${PREFIX}/libexec/apache \ ? --without-confadjust \ ? --enable-shared=remain \ ? --enable-module=most \ ? --enable-module=auth_db \ ? --disable-module=auth_dbm \ ? --activate-module=src/modules/php3/libphp3.a Configuring for Apache, Version 1.3.12 + using installation path layout: GNU (config.layout) + activated php3 module (modules/php3/libphp3.a) Creating Makefile Creating Configuration.apaci in src + enabling mod_so for DSO support Creating Makefile in src + configured for FreeBSD 3.1 platform + setting C compiler to gcc + setting C pre-processor to gcc -E + checking for system header files + adding selected modules o rewrite_module uses ConfigStart/End enabling DBM support for mod_rewrite o db_auth_module uses ConfigStart/End using Berkeley-DB/1.x for mod_auth_db (-lc) + checking sizeof various data types + doing sanity check on compiler and options Creating Makefile in src/support Creating Makefile in src/os/unix Creating Makefile in src/ap Creating Makefile in src/main Creating Makefile in src/lib/expat-lite Creating Makefile in src/modules/standard Creating Makefile in src/modules/proxy ------=_NextPart_000_000F_01BFA93C.C8D04ED0 Content-Type: text/plain; name="make.apache.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="make.apache.txt" canaan# make =3D=3D=3D> src =3D=3D=3D> src/os/unix gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` os.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` os-inline.c rm -f libos.a ar cr libos.a os.o os-inline.o ranlib libos.a <=3D=3D=3D src/os/unix =3D=3D=3D> src/ap gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` ap_cpystrn.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` ap_execve.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` ap_fnmatch.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` ap_getpass.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` ap_md5c.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` ap_signal.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` ap_slack.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` ap_snprintf.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` ap_sha1.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` ap_checkpass.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` ap_base64.c rm -f libap.a ar cr libap.a ap_cpystrn.o ap_execve.o ap_fnmatch.o ap_getpass.o = ap_md5c.o ap_signal.o ap_slack.o ap_snprintf.o ap_sha1.o ap_checkpass.o ap_base64.o ranlib libap.a <=3D=3D=3D src/ap =3D=3D=3D> src/main gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` gen_test_char.c gcc -funsigned-char -DUSE_EXPAT -I../lib/expat-lite `../apaci` -o = gen_test_char gen_test_char.o -lcrypt ./gen_test_char >test_char.h gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` gen_uri_delims.c gcc -funsigned-char -DUSE_EXPAT -I../lib/expat-lite `../apaci` -o = gen_uri_delims gen_uri_delims.o -lcrypt ./gen_uri_delims >uri_delims.h gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` alloc.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` buff.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` http_config.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` http_core.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` http_log.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` http_main.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` http_protocol.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` http_request.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` http_vhost.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` util.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` util_date.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` util_script.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` util_uri.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` util_md5.c gcc -c -I../os/unix -I../include -funsigned-char -DUSE_EXPAT = -I../lib/expat-lite `../apaci` rfc1413.c rm -f libmain.a ar cr libmain.a alloc.o buff.o http_config.o http_core.o http_log.o = http_main.o http_protocol.o http_request.o http_vhost.o util.o uti l_date.o util_script.o util_uri.o util_md5.o rfc1413.o ranlib libmain.a <=3D=3D=3D src/main =3D=3D=3D> src/lib =3D=3D=3D> src/lib/expat-lite gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -DAPACHE xmltok.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -DAPACHE xmlrole.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -DAPACHE xmlparse.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -DAPACHE hashtable.c rm -f libexpat.a ar cr libexpat.a xmltok.o xmlrole.o xmlparse.o hashtable.o ranlib libexpat.a <=3D=3D=3D src/lib/expat-lite <=3D=3D=3D src/lib =3D=3D=3D> src/modules =3D=3D=3D> src/modules/standard gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_env.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_log_config.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_mime.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_negotiation.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_status.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_include.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_autoindex.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_dir.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_cgi.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_asis.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_imap.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_actions.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_userdir.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_alias.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_access.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_auth.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_so.c gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` mod_setenvif.c rm -f libstandard.a ar cr libstandard.a mod_env.o mod_log_config.o mod_mime.o = mod_negotiation.o mod_status.o mod_include.o mod_autoindex.o mod_dir.o = mod_cgi. o mod_asis.o mod_imap.o mod_actions.o mod_userdir.o mod_alias.o = mod_access.o mod_auth.o mod_so.o mod_setenvif.o ranlib libstandard.a gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_vhos t_alias.c && mv mod_vhost_alias.o mod_vhost_alias.lo gcc -shared -o mod_vhost_alias.so mod_vhost_alias.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_mime _magic.c && mv mod_mime_magic.o mod_mime_magic.lo gcc -shared -o mod_mime_magic.so mod_mime_magic.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_info .c && mv mod_info.o mod_info.lo gcc -shared -o mod_info.so mod_info.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_spel ing.c && mv mod_speling.o mod_speling.lo gcc -shared -o mod_speling.so mod_speling.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_rewr ite.c && mv mod_rewrite.o mod_rewrite.lo gcc -shared -o mod_rewrite.so mod_rewrite.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_auth _anon.c && mv mod_auth_anon.o mod_auth_anon.lo gcc -shared -o mod_auth_anon.so mod_auth_anon.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_auth _db.c && mv mod_auth_db.o mod_auth_db.lo gcc -shared -o mod_auth_db.so mod_auth_db.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_dige st.c && mv mod_digest.o mod_digest.lo gcc -shared -o mod_digest.so mod_digest.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_cern _meta.c && mv mod_cern_meta.o mod_cern_meta.lo gcc -shared -o mod_cern_meta.so mod_cern_meta.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_expi res.c && mv mod_expires.o mod_expires.lo gcc -shared -o mod_expires.so mod_expires.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_head ers.c && mv mod_headers.o mod_headers.lo gcc -shared -o mod_headers.so mod_headers.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_user track.c && mv mod_usertrack.o mod_usertrack.lo gcc -shared -o mod_usertrack.so mod_usertrack.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_uniq ue_id.c && mv mod_unique_id.o mod_unique_id.lo gcc -shared -o mod_unique_id.so mod_unique_id.lo <=3D=3D=3D src/modules/standard =3D=3D=3D> src/modules/proxy gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_prox y.c && mv mod_proxy.o mod_proxy.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE proxy_ca che.c && mv proxy_cache.o proxy_cache.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE proxy_co nnect.c && mv proxy_connect.o proxy_connect.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE proxy_ft p.c && mv proxy_ftp.o proxy_ftp.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE proxy_ht tp.c && mv proxy_http.o proxy_http.lo gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT = -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE proxy_ut il.c && mv proxy_util.o proxy_util.lo rm -f libproxy.so gcc -shared -o libproxy.so mod_proxy.lo proxy_cache.lo proxy_connect.lo = proxy_ftp.lo proxy_http.lo proxy_util.lo <=3D=3D=3D src/modules/proxy =3D=3D=3D> src/modules/php3 cd: can't cd to php3 *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ------=_NextPart_000_000F_01BFA93C.C8D04ED0 Content-Type: text/plain; name="configure.php.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="configure.php.txt" canaan# echo $SYBASE /usr/opt/sybase canaan# pwd /usr/local/php-3.0.16 canaan# ./configure --with-sybase-ct=$SYBASE creating cache ./config.cache checking whether build environment is sane... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for bison... bison -y checking bison version... 1.25 (ok) checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for ranlib... ranlib checking whether gcc and cc understand -c and -o together... yes checking whether ln -s works... yes checking for perl... /usr/bin/perl checking for sh... /bin/sh checking for working const... yes checking if compiler supports -R... yes checking if compiler supports -Wl,--version-script... yes checking size of long... 4 checking size of int... 4 checking for sendmail... /usr/sbin/sendmail checking for gethostent... yes checking for socket in -lc... yes checking for gethostbyaddr in -lc... yes checking for crypt in -lc... no checking for crypt in -lcrypt... yes checking for dlopen in -lc... yes checking for sin in -lc... no checking for sin in -lm... yes checking for res_search in -lsocket... no checking for res_search in -lresolv... no checking for dn_skipname in -lresolv... no checking for __dn_skipname in -lresolv... no checking for pam_start in -lpam... yes checking for inet_aton in -lbind... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for fclose declaration... ok checking for fcntl.h... yes checking for unistd.h... yes checking for crypt.h... no checking for sys/file.h... yes checking for memory.h... yes checking for pwd.h... yes checking for grp.h... yes checking for sys/socket.h... yes checking for sys/wait.h... yes checking for syslog.h... yes checking for string.h... yes checking for sys/varargs.h... no checking for stdarg.h... yes checking for sys/resource.h... yes checking for sys/time.h... yes checking for signal.h... yes checking for netinet/in.h... yes checking for dlfcn.h... yes checking for limits.h... yes checking for sys/types.h... yes checking for sys/statvfs.h... no checking for sys/statfs.h... no checking for unix.h... no checking for db.h... yes checking for dbm.h... no checking for ndbm.h... yes checking for db1/ndbm.h... no checking for locale.h... yes checking for features.h... no checking whether struct tm is in sys/time.h or time.h... time.h checking for tm_zone in struct tm... yes checking for tm_gmtoff in struct tm... yes checking for struct flock... yes checking for st_blksize in struct stat... yes checking for st_blocks in struct stat... yes checking for st_rdev in struct stat... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for uint... yes checking for ushort... yes checking for ulong... no checking for ptrdiff_t... yes checking for vprintf... yes checking for memcpy... yes checking for memmove... yes checking for strdup... yes checking for strerror... yes checking for strcasecmp... yes checking for strstr... yes checking for flock... yes checking for lockf... yes checking for putenv... yes checking for tempnam... yes checking for usleep... yes checking for setlocale... yes checking for gettimeofday... yes checking for setvbuf... yes checking for srand48... yes checking for lrand48... yes checking for srandom... yes checking for random... yes checking for link... yes checking for symlink... yes checking for regcomp... yes checking for getlogin... yes checking for cuserid... no checking for vsnprintf... yes checking for gcvt... no checking for utime... yes checking for crypt... yes checking for setitimer... yes checking for rint... yes checking for unsetenv... yes checking for strftime... yes checking for setsockopt... yes checking for tzset... yes checking for statvfs... no checking for statfs... yes checking for inet_aton... yes checking for shutdown... yes checking for truncate... yes checking for getpgid... yes checking for getsid... yes checking for getrlimit... yes checking for snprintf... yes checking for ctermid... yes checking for setsid... yes checking for mkfifo... yes checking for getrusage... yes checking whether utime accepts a null argument... yes checking for working alloca.h... no checking for alloca... yes checking for broken sprintf... ok checking for getopt... yes checking for declared timezone... yes checking for standard DES crypt... yes checking for extended DES crypt... yes checking for MD5 crypt... yes checking for Blowfish crypt... no checking for Apache module support via DSO through APXS... no checking whether to enable versioning... no checking for Apache module support... no checking whether to use bundled regex library... yes checking for gdbm_open in -lgdbm... no checking for dbm_open in -ldb... no checking for dbm_open in -lc... yes checking preferred dbm library... ndbm chosen checking for mod_charset compatibility option... no checking for fhttpd module support... no checking for IMAP support... no checking for IMSP support... no checking for ASPELL support... no checking for MCAL support... no checking for ftp support... no checking for gdImageLine in -lgd... no checking whether to include GD support... no checking whether to include FreeType support... yes configure: warning: No gd support found. Skipping FreeType Configuration checking whether to enable t1lib support... no checking whether to include GNU gettext support... no checking whether to include ImageMagick support... no checking for Oracle support... no checking for iODBC support... no checking for OpenLink ODBC support... no checking for Adabas support... no checking for Sybase support... no checking for Sybase-CT support... yes checking for netg_errstr in -ltcl... no checking for insck__getVdate in -linsck... no checking for MySQL support... no checking for mSQL support... no checking for PostgresSQL support... no checking for IBM DB2 support... no checking for Solid support... no checking for Empress support... no checking for LDAP support... no checking for Cybercash MCK support... no checking for SNMP support... no checking whether to enable UCD SNMP hack... no checking for Velocis support... no checking for Informix support... no checking for InterBase support... no checking for a custom ODBC support... no checking for Hyperwave support... no checking for XML support... no checking whether to include YP support... no checking whether to include zlib support... no checking whether to include pdflib support... no checking whether to include cpdflib support... no checking whether to include fdftk support... no checking whether to include the bundled dbase library... no checking whether to include the bundled filePro support... no checking whether to enable DAV support through mod_dav... no checking whether to enable unified ODBC support... no checking whether to use a configuration file... yes checking whether to include debugging symbols... no checking whether to enable safe mode by default... no checking for safe mode exec dir... /usr/local/php/bin checking whether to enable track_vars variables by default... no checking whether to enable magic quotes by default... no checking whether to enable remote debugger support... no checking whether to enable bc style precision math functions... yes checking whether to force Apache CGI redirect... no checking whether to discard path_info + path_translated... no checking whether to enable a memory limit... no checking whether to enable short tags by default... yes checking whether to enable the URL-aware fopen wrapper... yes checking whether to enable System V semaphore support... no checking whether to enable System V shared memory support... no checking whether to enable displaying source support... yes checking for GDBM support... no checking for NDBM support... no checking for Berkeley DB2 support... no checking for DBM support... no checking for CDB support... no checking whether to enable DBA interface... no checking for mcrypt support... no checking for mhash support... no checking whether to include PCRE support... yes checking for memmove... (cached) yes checking whether to include POSIX support... yes checking whether to include GNU recode support... no checking whether to enable dmalloc support... no checking for __dn_skipname in -lbind... no updating cache ./config.cache creating ./config.status creating Makefile creating build-defs.h creating stamp-h creating libphp3.module creating extra/gd/bdf2gdfont creating regex/Makefile creating pcrelib/Makefile creating dbase/Makefile creating config.h WARNING: You will be compiling the CGI version of PHP without any redirection checking. By putting this cgi binary somewhere in your web space, users may be able to circumvent existing .htaccess security by loading files directly through the parser. See http://www.php.net/manual/config-security.php3 for more details. ------=_NextPart_000_000F_01BFA93C.C8D04ED0 Content-Type: text/plain; name="make.php.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="make.php.txt" canaan# make gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = language-parser.tab.c -o language-parser.tab.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -w = -DYY_USE_CONST -c language-scanner.c gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c main.c = -o main.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = php3_hash.c -o php3_hash.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = operators.c -o operators.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = variables.c -o variables.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = token_cache.c -o token_cache.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c stack.c = -o stack.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = internal_functions.c -o internal_functions.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = snprintf.c -o snprintf.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = php3_sprintf.c -o php3_sprintf.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c alloc.c = -o alloc.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c list.c = -o list.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = highlight.c -o highlight.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = debugger.c -o debugger.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = configuration-parser.tab.c -o configuration-parser.tab.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -w = -DYY_USE_CONST -c configuration-scanner.c gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = request_info.c -o request_info.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = safe_mode.c -o safe_mode.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = fopen-wrappers.c -o fopen-wrappers.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = constants.c -o constants.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = php3_realpath.c -o php3_realpath.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c alloca.c = -o alloca.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = php_compat.c -o php_compat.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/adabasd.c -o functions/adabasd.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/aspell.c -o functions/aspell.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/apache.c -o functions/apache.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/fhttpd.c -o functions/fhttpd.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/basic_functions.c -o functions/basic_functions.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/crypt.c -o functions/crypt.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/datetime.c -o functions/datetime.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/db.c -o functions/db.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/dbase.c -o functions/dbase.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/dir.c -o functions/dir.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/dl.c -o functions/dl.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/dns.c -o functions/dns.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/exec.c -o functions/exec.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/file.c -o functions/file.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/filepro.c -o functions/filepro.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/filestat.c -o functions/filestat.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/formatted_print.c -o functions/formatted_print.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/fsock.c -o functions/fsock.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/gd.c -o functions/gd.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/head.c -o functions/head.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/html.c -o functions/html.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/image.c -o functions/image.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/imap.c -o functions/imap.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/php3_mcal.c -o functions/php3_mcal.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/php_ftp.c -o functions/php_ftp.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/ftp.c -o functions/ftp.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/imsp.c -o functions/imsp.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/link.c -o functions/link.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/mail.c -o functions/mail.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/math.c -o functions/math.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/iptc.c -o functions/iptc.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/md5.c -o functions/md5.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/microtime.c -o functions/microtime.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/mime.c -o functions/mime.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/msql.c -o functions/msql.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/mysql.c -o functions/mysql.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/oracle.c -o functions/oracle.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/oci8.c -o functions/oci8.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/pack.c -o functions/pack.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/pageinfo.c -o functions/pageinfo.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/pgsql.c -o functions/pgsql.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/magick.c -o functions/magick.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/post.c -o functions/post.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/rand.c -o functions/rand.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/reg.c -o functions/reg.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/solid.c -o functions/solid.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/soundex.c -o functions/soundex.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/string.c -o functions/string.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/syslog.c -o functions/syslog.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/type.c -o functions/type.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/uniqid.c -o functions/uniqid.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/sybase.c -o functions/sybase.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/sybase-ct.c -o functions/sybase-ct.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/url.c -o functions/url.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/base64.c -o functions/base64.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/info.c -o functions/info.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/bcmath.c -o functions/bcmath.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -w -c = functions/number.c -o functions/number.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/xml.c -o functions/xml.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/unified_odbc.c -o functions/unified_odbc.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/ldap.c -o functions/ldap.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/browscap.c -o functions/browscap.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/velocis.c -o functions/velocis.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/gdttf.c -o functions/gdttf.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/gdcache.c -o functions/gdcache.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/zlib.c -o functions/zlib.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/COM.c -o functions/COM.o touch functions/ifx.c gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/ifx.c -o functions/ifx.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/pdf.c -o functions/pdf.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/cpdf.c -o functions/cpdf.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/hw.c -o functions/hw.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/hg_comm.c -o functions/hg_comm.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/dlist.c -o functions/dlist.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/fdf.c -o functions/fdf.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/wddx.c -o functions/wddx.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/wddx_a.c -o functions/wddx_a.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/snmp.c -o functions/snmp.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/var.c -o functions/var.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/interbase.c -o functions/interbase.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/quot_print.c -o functions/quot_print.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/cyr_convert.c -o functions/cyr_convert.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/sysvsem.c -o functions/sysvsem.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/dav.c -o functions/dav.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/sysvshm.c -o functions/sysvshm.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/gettext.c -o functions/gettext.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/php3_mckcrypt.c -o functions/php3_mckcrypt.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/yp.c -o functions/yp.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/dba.c -o functions/dba.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/dba_gdbm.c -o functions/dba_gdbm.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/dba_dbm.c -o functions/dba_dbm.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/dba_ndbm.c -o functions/dba_ndbm.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/dba_cdb.c -o functions/dba_cdb.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/mcrypt.c -o functions/mcrypt.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/dba_db2.c -o functions/dba_db2.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/mhash.c -o functions/mhash.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/pcre.c -o functions/pcre.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/posix.c -o functions/posix.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/parsedate.c -o functions/parsedate.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/lcg.c -o functions/lcg.o gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -c = functions/recode.c -o functions/recode.o (cd pcrelib; make) gcc -g -O2 -O2 -c maketables.c gcc -g -O2 -O2 -c get.c gcc -g -O2 -O2 -c study.c gcc -g -O2 -O2 -c pcre.c rm -f libpcre.a ar cq libpcre.a maketables.o get.o study.o pcre.o ranlib libpcre.a (cd regex; make lib) sh ./mkh -p regcomp.c >./regcomp.ih gcc -I. -DPOSIX_MISTAKE -g -O2 -O2 -c regcomp.c sh ./mkh -p engine.c >./engine.ih gcc -I. -DPOSIX_MISTAKE -g -O2 -O2 -c regexec.c gcc -I. -DPOSIX_MISTAKE -g -O2 -O2 -c regerror.c gcc -I. -DPOSIX_MISTAKE -g -O2 -O2 -c regfree.c rm -f libregex.a ar cr libregex.a regcomp.o regexec.o regerror.o regfree.o ranlib libregex.a gcc -g -O2 -O2 -I. -I. -I/usr/opt/sybase/include -o php = language-parser.tab.o language-scanner.o main.o php3_hash.o operator s.o variables.o token_cache.o stack.o internal_functions.o snprintf.o = php3_sprintf.o alloc.o list.o highlight.o debugger.o configuration- parser.tab.o configuration-scanner.o request_info.o safe_mode.o = fopen-wrappers.o constants.o php3_realpath.o alloca.o php_compat.o = functi ons/adabasd.o functions/aspell.o functions/apache.o functions/fhttpd.o = functions/basic_functions.o functions/crypt.o functions/datetime.o functions/db.o functions/dbase.o functions/dir.o functions/dl.o = functions/dns.o functions/exec.o functions/file.o functions/filepro.o fu nctions/filestat.o functions/formatted_print.o functions/fsock.o = functions/gd.o functions/head.o functions/html.o functions/image.o funct ions/imap.o functions/php3_mcal.o functions/php_ftp.o functions/ftp.o = functions/imsp.o functions/link.o functions/mail.o functions/math.o functions/iptc.o functions/md5.o functions/microtime.o functions/mime.o = functions/msql.o functions/mysql.o functions/oracle.o functions/ oci8.o functions/pack.o functions/pageinfo.o functions/pgsql.o = functions/magick.o functions/post.o functions/rand.o functions/reg.o = funct ions/solid.o functions/soundex.o functions/string.o functions/syslog.o = functions/type.o functions/uniqid.o functions/sybase.o functions/s ybase-ct.o functions/url.o functions/base64.o functions/info.o = functions/bcmath.o functions/number.o functions/xml.o = functions/unified_od bc.o functions/ldap.o functions/browscap.o functions/velocis.o = functions/gdttf.o functions/gdcache.o functions/zlib.o functions/COM.o = fun ctions/ifx.o functions/pdf.o functions/cpdf.o functions/hw.o = functions/hg_comm.o functions/dlist.o functions/fdf.o functions/wddx.o = funct ions/wddx_a.o functions/snmp.o functions/var.o functions/interbase.o = functions/quot_print.o functions/cyr_convert.o functions/sysvsem.o f unctions/dav.o functions/sysvshm.o functions/gettext.o = functions/php3_mckcrypt.o functions/yp.o functions/dba.o = functions/dba_gdbm.o func tions/dba_dbm.o functions/dba_ndbm.o functions/dba_cdb.o = functions/mcrypt.o functions/dba_db2.o functions/mhash.o = functions/pcre.o functi ons/posix.o functions/parsedate.o functions/lcg.o functions/recode.o = -L/usr/opt/sybase/lib -lcs -lct -lcomn -lintl -lsybtcl pcrelib/lib pcre.a regex/libregex.a -L/usr/opt/sybase/lib -lcs -lct -lcomn = -lintl -lsybtcl -lpam -lm -lcrypt /usr/opt/sybase/lib/libcomn.so: undefined reference to = `__strtod_internal' /usr/opt/sybase/lib/libintl.so: undefined reference to `__ctype_b' /usr/opt/sybase/lib/libsybtcl.so: undefined reference to `bsd_tcp' /usr/opt/sybase/lib/libct.so: undefined reference to `__strtol_internal' /usr/opt/sybase/lib/libcomn.so: undefined reference to `_IO_stdout_' /usr/opt/sybase/lib/libcomn.so: undefined reference to `_IO_stderr_' /usr/opt/sybase/lib/libintl.so: undefined reference to `__xstat' /usr/opt/sybase/lib/libcomn.so: undefined reference to = `__errno_location' /usr/opt/sybase/lib/libcomn.so: undefined reference to `_IO_putc' *** Error code 1 Stop. canaan# ------=_NextPart_000_000F_01BFA93C.C8D04ED0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NDBBKMNOJKJGAEKJNLIAAEAADGAA.doug>