php-install Digest 8 Jun 2003 00:25:23 -0000 Issue 1413 Topics (messages 11027 through 11030):
./configure problems (jpeg.so) 11027 by: Chris Lewis Make error in PHP 4.3.2 (libtiff ??) 11028 by: Lukasz Karapuda 11030 by: Robert L Cochran Apache 1.3 Windows ME -- Trying to Download instead of display. 11029 by: Loren I. of Clevermill 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] ----------------------------------------------------------------------
--- Begin Message ---
Hello all,
I am building out a RedHat Linux 9 machine i686ß (it’s really an AMD Athalon 2200) using the specs from the following link http://www.snort.org/docs/snort_acid_rh9.pdf
My problem occurs when ever I try to ./configure --prefix=/www/php --with-apxs2=/www/bin/apxs --with-config- filepath=/
www/php --enable-sockets --with-mysql=/usr/local/mysql --with-zlibdir=/usr/local --with- gd
the error that I get is = configure: error: libpng.(a|so) not found
so I tried the switch –with-jpeg-dir=/usr/lib and it still craps out
I have verified that the libpng is there
Any help would be greatly appreciated!!!
Christopher Lewis
Sr. Security Consultant
610-757-4181
BEGIN:VCARD VERSION:2.1 N:Lewis;Chris FN:Chris Lewis EMAIL;PREF;INTERNET:[EMAIL PROTECTED] REV:20030605T171353Z END:VCARD
smime.p7s
Description: S/MIME cryptographic signature
--- End Message ---
--- Begin Message ---Hello, I am compiling PHP 4.3.2 with the following config options: (Red Hat Linux 7.3) ./configure --with-mysql --with-apxs=/usr/sbin/apxs --with-zlib \ --enable-bcmath --with-bz2 --with-curl --with-dom \ --enable-exif --enable-ftp --with-gd --with-ttf --with-imap \ --with-mime-magic=/usr/share/magic.mime \ --with-mnogosearch=/usr --with-pdflib \ --enable-xslt --with-xslt-sablot --with-sablot-js --with-kerberos ./configure runs fine, however 'make' generates this error: /usr/bin/ld: cannot find -ltiff collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 I would appreciate help in solving this issue. Regards, Lukasz Karapuda @ [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---You probably need to install 2 Red Hat packages: libtiff and libtiff-devel. Go get the latest packages, install these, do a 'make realclean' or 'make distclean' in your PHP source directory and recompile PHP. On Sat, 2003-06-07 at 16:01, Lukasz Karapuda wrote: > Hello, > > I am compiling PHP 4.3.2 with the following config options: (Red Hat > Linux 7.3) > > ./configure --with-mysql --with-apxs=/usr/sbin/apxs --with-zlib \ > --enable-bcmath --with-bz2 --with-curl --with-dom \ > --enable-exif --enable-ftp --with-gd --with-ttf --with-imap \ > --with-mime-magic=/usr/share/magic.mime \ > --with-mnogosearch=/usr --with-pdflib \ > --enable-xslt --with-xslt-sablot --with-sablot-js --with-kerberos > > ./configure runs fine, however 'make' generates this error: > > /usr/bin/ld: cannot find -ltiff > collect2: ld returned 1 exit status > make: *** [sapi/cli/php] Error 1 > > I would appreciate help in solving this issue. > > Regards, > > Lukasz Karapuda > @ [EMAIL PROTECTED] -- Bob Cochran Greenbelt, Maryland, USA Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
--- End Message ---
--- Begin Message ---My wares: Apache 1.3 PHP4 Windows ME I'm new.. a novice...and I'm just getting setup here on my personal computer to do some php testing with databases. I have gone through the steps: ScriptAlias AddType Action ...when I open a php page it wants to download the page. It was suggested in a similar post (2 months ago) (below) to "disable the ZLIB compression in the php.ini file". However, when I checked, it appeared that it was already turned off. You'll see the code below. What am I to do? Thanks, Loren The similar post from 2 months ago : ======================================================= List: php-windows Subject: [PHP-WIN] Re: Installing PHP with Apache on Win ME From: 216.162.120.20 Date: 2003-04-04 1:07:45 [Download message RAW] Disable ZLIB compression in PHP.INI "Nick Scott" < > wrote in message news:[EMAIL PROTECTED] > I have gone through the steps and when I open a php page it wants to > download the page. > > What do I need to do? ======================================================= My php.ini code that indicates that the ZLIB compression is off: ======================================================= ; Transparent output compression using the zlib library ; Valid values for this option are 'off', 'on', or a specific buffer size ; to be used for compression (default is 4KB) ; Note: Resulting chunk size may vary due to nature of compression. PHP ; outputs chunks that are few hundreds bytes each as a result of ; compression. If you prefer a larger chunk size for better ; performance, enable output_buffering in addition. ; Note: You need to use zlib.output_handler instead of the standard ; output_handler, or otherwise the output will be corrupted. zlib.output_compression = Off
--- End Message ---