php-install Digest 2 May 2001 05:10:44 -0000 Issue 288 Topics (messages 2967 through 2976): Installing MySQL on Solaris 8 2967 by: Tara Dirst can you tell me what is going wrong 2968 by: John burris Re: PDFlib woes 2969 by: Matt Schroebel Re: PHP & PWS 2970 by: Phil Driscoll FDFTK with Apache 2971 by: Jon Peccarelli 2972 by: php-install.toolshed51.com 2974 by: Jon Peccarelli Re: Red Hat Linux RPM install 2973 by: S.J. Black Re: APXS install problem 2975 by: ann.keane.noaa.gov installing/using libs locally in a virt-hosted account 2976 by: lophty Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
Hello-- I'm installing MySQL (mysql-3.22.32-sun-solaris2.7-sparc) on a Solaris 8 and when doing gtar got the following error message for some of the files: gtar: Unknown file type 'L' for ././@LongLink, extracted as normal file What does this mean? What should I do? Tara
I have two scripts. One works great, the other will not work at all. I am using apache with php3.12. both scripts are the exact same file with two different names in the same directory. This has happened before and I can not figure it out. Has anybody herd of this before? John Burris [EMAIL PROTECTED]
How to get this on the PDFLIB php-manual page vs user comments? Or perhaps the configure script message could hint a little better? It's a common problem, and there is no mention in the pdflib docs about --enable-shared-pdflib. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 01, 2001 3:07 AM > anybody else looking for pdflib help. I got php-4.0.5 and > built pdflib-4.0.0 > > with > './configure' \ > '--enable-cxx' \ > '--enable-shared' \ > '--enable-shared-pdflib' > did make, make install and both make and make install > complained that there is > Then in php I used --with-pdflib=/usr/local and it works. > Thanks so much for > > this groups help! - Russ
>I've installed that I've downloaded fro php.net on my PWS and I always r= >ecive the error from server. >HTTP 500 error. If you've installed the isapi module, change to the cgi. If that still fails, from the command line change to the directory containing php.exe and run php.exe -i that should give you some useful error messages. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org
I have recompiled PHP 4.0 with FDFTK support successfully. However, when I try to restart Apache, it gives the error: "Starting httpd: Syntax error on line 869 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/apache/libphp4.so into server: libFdfTk.so: cannot open shared object file: No such file or directory" I'm assuming that Apache needs to know about something for some reason, but I can't find what to do about it. I've tried 'apxs', but that doesn't work either. I am using Red Hat 6.2 with Apache 1.3.9-8 (rpm installation). Do I have to uninstall the Apache rpm and install it using the src to get this to work, or can I make a change to the current system? Thanks! Jon Peccarelli [EMAIL PROTECTED]
It seems to FDFTK support is looking for a shared library, so in redhat you would first need to make sure you have the library, try updatedb; locate libFdfTk.so if nothing is found then you need to install that library, if it is found make sure that the path to it is in /etc/ld.so.conf and then run /sbin/ldconfig then redo you php configure/install Jon Peccarelli <[EMAIL PROTECTED]> said: > I have recompiled PHP 4.0 with FDFTK support successfully. However, when I > try to restart Apache, it gives the error: "Starting httpd: Syntax error on > line 869 of /etc/httpd/conf/httpd.conf: Cannot load > /usr/lib/apache/libphp4.so into server: libFdfTk.so: cannot open shared > object file: No such file or directory" > > I'm assuming that Apache needs to know about something for some reason, but > I can't find what to do about it. I've tried 'apxs', but that doesn't work > either. I am using Red Hat 6.2 with Apache 1.3.9-8 (rpm installation). Do > I have to uninstall the Apache rpm and install it using the src to get this > to work, or can I make a change to the current system? Thanks! > > Jon Peccarelli > [EMAIL PROTECTED] > > > > -- > PHP Install 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] > > --
Ok, I did that, redid my php configure/install and now Apache won't start - BUT WITH NO ERRORS! It says that the subsys is running, but httpd is dead. What gives?!?!? There are no error messages in /var/log/httpd/error-log, /var/log/messages, etc. > > It seems to FDFTK support is looking for a shared library, so in redhat you > would first need to make sure you have the library, try > updatedb; locate libFdfTk.so > > if nothing is found then you need to install that library, if it is found make > sure that the path to it is in /etc/ld.so.conf and then run /sbin/ldconfig > > then redo you php configure/install > > Jon Peccarelli <[EMAIL PROTECTED]> said: > > > I have recompiled PHP 4.0 with FDFTK support successfully. However, when I > > try to restart Apache, it gives the error: "Starting httpd: Syntax error on > > line 869 of /etc/httpd/conf/httpd.conf: Cannot load > > /usr/lib/apache/libphp4.so into server: libFdfTk.so: cannot open shared > > object file: No such file or directory" > > > > I'm assuming that Apache needs to know about something for some reason, but > > I can't find what to do about it. I've tried 'apxs', but that doesn't work > > either. I am using Red Hat 6.2 with Apache 1.3.9-8 (rpm installation). Do > > I have to uninstall the Apache rpm and install it using the src to get this > > to work, or can I make a change to the current system? Thanks! > > > > Jon Peccarelli > > [EMAIL PROTECTED] > > > > > >
you're looking for libphp4.so, if you're using RH 7.1. cheers, Alpha
I was able to fix the same error by configuring with --with-zlib=/usr/lib Hope it helps- A "Pavel Sorejs [Czech Republic - Europe]" wrote: > > When i install PHP with some support (like IMAP, LDAP etc.) and try to > restart apache to apply changes i recive some strange errors like: > > Cannot load /usr/local/apache/libexec/libphp4.so into server: undefined > symbol: uncompress > > Diferent supports makin¨g diferent errors. I can't get working any support. > > Can you help me ??? > Thanks > > -- > PHP Install 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]
Is this possible? I'd like to serve some gzipped pages from my site, but the relevant php functions fizzled and, after emailing my hosting providers tech support, I learned that Zlib was not installed. They weren't amenable to installing it on the machine, but invited me to install it locally on my account. I know that this is possible with Perl modules, but I can't find any info on whether this it can be done with libraries like Zlib. If someone could point me to a url with idiot-proof/idiot-resistant instructions, I would be grateful. Thanks, brian