Re: [PHP] Re: Problem compiling PHP5 [solved]

2004-09-08 Thread Jim Grill
> WHOHOO! > > up2date -i XFree86-devel > > ./configure --with-mysql=/usr/local/mysql > --with-apxs=/etc/httpd/bin/apxs --with-gd --with-png > --with-zlib-dir=/root/zlib-1.2.1 --enable-gd-native-ttf --with-ttf > --with-jpeg-dir=/usr/local/lib/jpeg-6b/ > --with-freetype-dir=/usr/local/lib/freetype-2.

Re: [PHP] Re: Problem compiling PHP5

2004-09-07 Thread Paul Reinheimer
WHOHOO! up2date -i XFree86-devel ./configure --with-mysql=/usr/local/mysql --with-apxs=/etc/httpd/bin/apxs --with-gd --with-png --with-zlib-dir=/root/zlib-1.2.1 --enable-gd-native-ttf --with-ttf --with-jpeg-dir=/usr/local/lib/jpeg-6b/ --with-freetype-dir=/usr/local/lib/freetype-2.1.9/ --with-free

Re: [PHP] Re: Problem compiling PHP5

2004-09-07 Thread Paul Reinheimer
(i apologize for the direct reply copy of this message, I'm still getting used to gmail) I've seen the readme before, and it specifies: "On Linux, if you do not use ELF yet you'd better get the binary distribution available from sunsite. Because it's really a pain to build a shared lib and the cur

Re: [PHP] Re: Problem compiling PHP5

2004-09-07 Thread Jim Grill
> (I wish this was a forum, so I could edit/update posts) > > Trying the symbolic link trick in /usr/X11R6/LIB (from .so.4 -> .so) > doesnt cut it. PHP needs some of the header files (.h), which are not > present anywhere but that /usr/local/lib/xpm-linux directory (which > someone correctly surmis

[PHP] Re: Problem compiling PHP5

2004-09-07 Thread Paul Reinheimer
(I wish this was a forum, so I could edit/update posts) Trying the symbolic link trick in /usr/X11R6/LIB (from .so.4 -> .so) doesnt cut it. PHP needs some of the header files (.h), which are not present anywhere but that /usr/local/lib/xpm-linux directory (which someone correctly surmised I had do

[PHP] Re: Problem compiling PHP5

2004-09-07 Thread Paul Reinheimer
Okay My /usr/X11R6/lib/ has the same files, however, it doesnt have any symbolic links or files ending in .so, ie lrwxrwxrwx1 root root 14 Sep 7 13:03 libXpm.so.4 -> libXpm.so.4.11 -rwxr-xr-x1 root root56220 Aug 22 09:22 libXpm.so.4.11 So when I compile with --

[PHP] Re: Problem compiling PHP5

2004-09-07 Thread Paul Reinheimer
This isnt an NFS mount, should be a pretty plain rhel install. Config.log says: ... configure:30359: checking for jpeg_read_header in -ljpeg configure:30642: checking for png_write_image in -lpng configure:31022: checking for XpmFreeXpmImage in -lXpm configure:31041: gcc -o conftest -g -O2 -Wl,-

Re: [PHP] Re: Problem compiling PHP5

2004-09-07 Thread Jim Grill
> Taking the /lib/ portion of the configure command changes the error to > configure: error: Problem with libXpm.(a|so) or libX11.(a|so). Please > check config.log for more information. > > Which (assuming it means that it needs libXpm.so AND libX11.so) means > I might have a lead to follow. > >

[PHP] Re: Problem compiling PHP5

2004-09-07 Thread Paul Reinheimer
Taking the /lib/ portion of the configure command changes the error to configure: error: Problem with libXpm.(a|so) or libX11.(a|so). Please check config.log for more information. Which (assuming it means that it needs libXpm.so AND libX11.so) means I might have a lead to follow. thanks paul