RE: [EMAIL PROTECTED] Compilation Problem when trinyg to build http 2.2.6 rpm

2007-09-13 Thread HAMMER Cédric Ext ROSI/DPS
No one to help me with this ? Reading the error lines, I've seen checking openssl/ssl.h presence... no But when I can to locate it : # find / -name ssl.h /usr/include/openssl/ssl.h Could it be a problem with httpd.spec ? If then where could be the problem in that file (that's my first rpm

RE: [EMAIL PROTECTED] Compilation Problem when trinyg to build http 2.2.6 rpm

2007-09-13 Thread Foster, Stephen \(ASPIRE\)
10:19 To: users@httpd.apache.org Cc: [EMAIL PROTECTED] Subject: RE: [EMAIL PROTECTED] Compilation Problem when trinyg to build http 2.2.6 rpm No one to help me with this ? Reading the error lines, I've seen checking openssl/ssl.h presence... no But when I can to locate it : # find / -name

RE: [EMAIL PROTECTED] Compilation Problem when trinyg to build http 2.2.6 rpm

2007-09-13 Thread HAMMER Cédric Ext ROSI/DPS
, Stephen (ASPIRE) [mailto:[EMAIL PROTECTED] Envoyé : jeudi 13 septembre 2007 11:25 À : users@httpd.apache.org Cc : [EMAIL PROTECTED] Objet : RE: [EMAIL PROTECTED] Compilation Problem when trinyg to build http 2.2.6 rpm You probably need to specify the correct location path to the SSL libraries

RE: [EMAIL PROTECTED] compilation problem

2006-09-28 Thread Hasson Yehudit
- From: Ben [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 6:14 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] compilation problem Hi Hasson , as Tal mentions, one must do a make clean, or work with a clean download.. Try the following - which uses a clean download

RE: [EMAIL PROTECTED] compilation problem

2006-09-20 Thread Tal Cohen
--enable-proxy --enable-cache --enable-mem-cache make Tal -Original Message- From: Hasson Yehudit [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 2:08 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] compilation problem Thanks -Original Message- From

Re: [EMAIL PROTECTED] compilation problem

2006-09-20 Thread Ben
PROTECTED] Sent: Monday, September 18, 2006 6:48 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] compilation problem I've seen this error before. It's because the current /usr/apache directory is causing some sort of config problem Try this - mv /usr/apache /usr/apache.x ./configure

RE: [EMAIL PROTECTED] compilation problem

2006-09-19 Thread Hasson Yehudit
Thanks -Original Message- From: Ben [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 6:48 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] compilation problem I've seen this error before. It's because the current /usr/apache directory is causing some sort

Re: [EMAIL PROTECTED] compilation problem

2006-09-18 Thread Ben
I've seen this error before. It's because the current /usr/apache directory is causing some sort of config problem Try this - mv /usr/apache /usr/apache.x ./configure --prefix=/usr/apache --enable-proxy --enable-cache -- enable-disk-cache make mv /usr/apache.x /usr/apache make install

Re: [EMAIL PROTECTED] compilation problem for apache2 + ldap on solaris 8

2006-06-17 Thread Rainer Sokoll
On Sat, Jun 17, 2006 at 12:59:19PM -0400, empty body wrote: this is the error during make: [...] ld: fatal: library -lnet: not found You need libnet (http://www.packetfactory.net/projects/libnet/). It is also available through sunfreeware. Rainer