Hello admins,
I try to install apache.1.3.20 + php.4.0.6 on a GS160 under 4.0G
I want image libraries.
So i have installed first:
- apache1.3.20 install ok (with module-so)
- zlib1.1.3 install ok
- libpng1.2.0 install ok
- jpeg-6b install ok
- gd1.8.4 pb with kanji.c, i removed it from makefile!
and install ok
I try now to configure php as dynamic so with the following options:
-with-apxs=...
-with-mysql
-with-gd=...
-with-png-dir=...
-with-zlib-dir=...
So i get many "multiply defined" errors during linkage with gd and zlib
libraries.
i found for example that gtImageColorResolve() was redefined in php/ext/gd
directory. I commented the lines and it worked better. But now
in ext/zlib many functions are "multiply defined", this is a endless...
So have you experienced this kind of problems in 4.0x?
Is there a better version for PHP for Tru64 4.0g?
Or did i forget any option?
(I tried the same installation on my station in 5.1 and everything worked
fine!. In 4.0g, I tried also to configure php without gd and it works
fine...)
Received on Thu Nov 08 2001 - 10:01:18 NZDT