php4-beta | 199912
Date: 12/07/99
- Next message: rubys <email protected>: "[PHP4BETA] Supporting modules internal to shared libraries/dlls"
- Previous message: Matjaz Ostroversnik: "Re: [PHP4BETA] HELP - RH 6.1, Apache 1.3.9. Informix & PHP4"
- Next in thread: Sascha Schumann: "Re: [PHP4BETA] -lbind missing now"
- Reply: Sascha Schumann: "Re: [PHP4BETA] -lbind missing now"
- Maybe reply: Sascha Schumann: "Re: [PHP4BETA] -lbind missing now"
- Maybe reply: Sascha Schumann: "Re: [PHP4BETA] -lbind missing now"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
gcc -g -Wall -O2 -o php stub.o .libs/libphp4.a -L/usr/ucblib
-L/projects/compile/gd1.3 -L/usr/local/etc/mysql/lib/mysql -lpam -lexpat
-lmysqlclient -lgd -lresolv -lresolv -lm -lcrypt -lsocket -lnsl -lsocket
-Wl,--export-dynamic -Wl,--rpath -Wl,/usr/ucblib -Wl,--rpath
-Wl,/projects/compile/gd1.3 -Wl,--rpath
-Wl,/usr/local/etc/mysql/lib/mysql -Wl,--rpath -Wl,/usr/ucblib
-Wl,--rpath -Wl,/projects/compile/gd1.3 -Wl,--rpath
-Wl,/usr/local/etc/mysql/lib/mysql
.libs/libphp4.a(dns.o): In function `php3_checkdnsrr':
/export/projects/zend-php/php4/ext/standard/dns.c:203: undefined
reference to `__res_search'
.libs/libphp4.a(dns.o): In function `php3_getmxrr':
/export/projects/zend-php/php4/ext/standard/dns.c:272: undefined
reference to `__res_search'
/export/projects/zend-php/php4/ext/standard/dns.c:299: undefined
reference to `__dn_expand'
.libs/libphp4.a(fsock.o): In function `lookup_hostname':
/export/projects/zend-php/php4/ext/standard/fsock.c:135: undefined
reference to `__inet_aton'
On Solaris this is broken now.
-Andrei
Any sufficiently advanced bug is
indistinguishable from a feature.
-- Rich Kulawiec
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: rubys <email protected>: "[PHP4BETA] Supporting modules internal to shared libraries/dlls"
- Previous message: Matjaz Ostroversnik: "Re: [PHP4BETA] HELP - RH 6.1, Apache 1.3.9. Informix & PHP4"
- Next in thread: Sascha Schumann: "Re: [PHP4BETA] -lbind missing now"
- Reply: Sascha Schumann: "Re: [PHP4BETA] -lbind missing now"
- Maybe reply: Sascha Schumann: "Re: [PHP4BETA] -lbind missing now"
- Maybe reply: Sascha Schumann: "Re: [PHP4BETA] -lbind missing now"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

