php-install Digest 20 Apr 2001 16:03:10 -0000 Issue 270 Topics (messages 2839 through 2841): extensions when using PHP as MODULE on Apache 1.3.12 (Win32) 2839 by: Igor Re: Installing the pdf extensions 2840 by: Grimes, Dean how co setup(configure) php at sco unix netscape service 2841 by: spender 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] ----------------------------------------------------------------------
I have downloaded mod_php4.dll and started Apache1.3.12. (on Win2000) and it works. But: I don't know how to enable informix libraray! When working as CGI I would add a line in my php.ini: extension = php_ifx.dll but when it's working as module, this doesn't work. phpinfo() keeps reporting same libraries whatever i do with extensions statements in my php.ini file. Does this mean that I have to download source for mod_php4.dll and compile it with some option to include informix (or any other library that i want)? If so, where can I get I what do I do? Thanks Igor
Try this: Try using the new pdflib-4.0.0 .... It works great. Here is what you have to do: Goto: http://www.pdflib.com/pdflib/download/index.html and download the source for unix. Unzip and untar. cd to pdflib-4.0.0/bind/php/ext/pdf copy * php-4.0.4pl1/ext/pdf --- You may want to remove the current contents of this directory first... cd pdflib-4.0.0 configure --enable-php make - you will get an error indicating that a makefile was not found ... just ignore it. make install Link the newly created libraries to the /usr/lib directory: ln -s /usr/local/lib/libpdf* /usr/lib Next just rebuild PHP as normal only add --with-pdflib. Have fun... Dean -----Original Message----- From: Panya Worawichawong [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 5:28 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-INST] Installing the pdf extensions I'm not sure, but I think the latest working version of pdflib for php4 is 3.0. Later versions didn't work for me. Try that. - panya -----Original Message----- From: Taylor, Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 8:38 AM To: '[EMAIL PROTECTED]' Subject: [PHP-INST] Installing the pdf extensions Hello, I'm having problems getting the pdf extensions working. I've downloaded and installed all the required libraries zlib, tifflib, pnglib, jpeglib, pdflib etc But when I run configure with the --with parameters to add the libraries etc they just get ignored. Any suggestions -Stewart -- 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] -- 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]
Where can I get php lib for netscape of sco unix openserver 505?