This is a discussion on RE: [Snort-users] Configuring PHP 4.3.6 on SuSE 9.0 Pro within the Snort forums, part of the System Security and Security Related category; probably don't have the 'devel' version (to access headers) of png and also will have same issue with libjpeg. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
probably don't have the 'devel' version (to access headers) of png and also
will have same issue with libjpeg. You need to install them first, then start the compile: In addition to this: [root@pleiades root]# rpm -q libpng libpng-1.2.2-20 you need this: [root@pleiades root]# rpm -q libpng-devel libpng-devel-1.2.2-20 You will need the same for libjpeg (if you desire jpeg support) root@pleiades root]# rpm -q libjpeg libjpeg-6b-26 [root@pleiades root]# rpm -q libjpeg-devel libjpeg-devel-6b-26 Happy Snortin' Corey >From: "Tom Fulton" <tfulton9909@comcast.net> >To: <snort-users@lists.sourceforge.net> >Subject: [Snort-users] Configuring PHP 4.3.6 on SuSE 9.0 Pro >Date: Mon, 14 Jun 2004 10:56:57 -0700 > > >I've viewed the previous mail threads on this topic and tried many >variations. However, I cant get it to work. I have verified that my paths >are correct for libpng but I still get the same error: > >configure: error: libpng.(also) not found > >This is what I run: > >./configure --prefix=/www/php --with-apxs2=/www/bin/apxs >--with-config-file-path=/www/php --enable-sockets >--with-mysql=/usr/bin/mysql --with-zlib-dir=/usr/share/doc/packages >--with-gd --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib > >TIA > >Tom __________________________________________________ _______________ MSN 9 Dial-up Internet Access fights spam and pop-ups – now 3 months FREE! http://join.msn.click-url.com/go/onm...ave/direct/01/ ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/...fo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.p...st=snort-users |