Re: [users@httpd] compiling 2.2.17

2011-03-20 Thread Mark Montague
On March 17, 2011 10:02 , =?iso-8859-1?Q?J=E1nos_L=F6bb?= wrote: Now I have this message frequently in the output when I run make: warning: no debug symbols in executable (-arch x86_64) Should I worry ? You can ignore this warning unless you plan to use a debugger to troubleshoot problems

Re: [users@httpd] compiling 2.2.17

2011-03-17 Thread János Löbb
Hi Mark, Removing the --with-ssl=/usr/include/opnessl option helped. Now I have this message frequently in the output when I run make: warning: no debug symbols in executable (-arch x86_64) Should I worry ? It is on an Intel iMac with OSX 10.6.6. bml0065:httpd-2.2.17 administrator$ gcc --v

Re: [users@httpd] compiling 2.2.17

2011-03-15 Thread Mark Montague
On March 15, 2011 17:30 , =?iso-8859-1?Q?J=E1nos_L=F6bb?= wrote: I am doing configure this way: sudo ./configure --prefix=/usr/local/apache-2.2.17 --enable-mods-shared=most --enable-ssl --with-ssl=/usr/include/openssl There are no include and lib directories in /usr/include/openssl just hea

[users@httpd] compiling 2.2.17

2011-03-15 Thread János Löbb
Hi, I am doing configure this way: sudo ./configure --prefix=/usr/local/apache-2.2.17 --enable-mods-shared=most --enable-ssl --with-ssl=/usr/include/openssl It reports the ssl related things this way: . checking whether to enable mod_ssl... checking dependencies checking for SSL/TLS toolkit