Hi,
I'm having trouble compiling php with t1lib support. Actually, php
compiles fine, it stops when compiling apache.
./configure
make
make install
php works fine.
./configure
apache works.
But when I make apache, I get:
gcc -DLINUX=22 -I/usr/src/network/php-4.0.0
-I/usr/src/network/php-4.0.0/Zend -I/usr/src/network/php-4.0.0/Zend
-I/usr/src/network/php-4.0.0 -DUSE_EXPAT -I./lib/expat-lite
-DNO_DL_NEEDED `./apaci` \
-o httpd buildmark.o modules.o modules/standard/libstandard.a
modules/php4/libphp4.a main/libmain.a ./os/unix/libos.a ap/libap.a
lib/expat-lite/libexpat.a -Wl,-rpath,/usr/local/lib/lib
-Wl,-rpath,/usr/local/pgsql/lib -rdynamic -L/usr/local/lib/lib
-L/usr/local/pgsql/lib -Lmodules/php4 -L../modules/php4
-L../../modules/php4 -lmodphp4 -lgdbm -ldl -lpq -ljpeg -lz -lpng
-lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv -L/usr/local/lib/lib
-ljpeg -lm -lcrypt
modules/php4/libphp4.a(gd.o): In function `php_minit_gd':
/usr/src/network/php-4.0.0/ext/gd/gd.c:205: undefined reference to
`T1_SetBitmapPad'
/usr/src/network/php-4.0.0/ext/gd/gd.c:206: undefined reference to `T1_InitLib'
... and lots of similar stuff (all "undefined reference to `T1_[*]`),
followed by:
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/src/network/apache_1.3.19/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/network/apache_1.3.19'
make: *** [build] Error 2
***
Can anyone tell me what's up? (Or down, rather...)
Thanks in advance!
Regards,
Sverre Johan Toevik
--
<disclaimer> I speak for myself only! </disclaimer>
"to be yourself, in a world that tries, night and day, to make you just
like everybody else - is to fight the greatest battle there ever is to
fight, and never stop fighting" -- e.e. cummings
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]