Looks like apxs can't find openssl/ssl.h There's lots of good information on the web regarding analogous situations if you Google the error:
Here's a few options based on what I found: http://www.lists.aldigital.co.uk/apache-ssl/msg04157.html "your compilation is failing on the #include <openssl/ssl.h> line, which means that you need to execute the following from your compiler's include directory (possibly /usr/include?): ln -s /usr/local/ssl/include/openssl openssl This will allow your openssl include directory to be visible. You may also have to adjust the paths for your system. Here is my apache configuration: (with prefix of /home/httpd)" http://www.phpbuilder.com/mail/php-install/2001032/0016.php "Try adding '--with-openssl=/path/to/openssl/' into your configure line. " http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=%22apxs%3ABreak%3A+Command+failed+with+rc%3D1%22 Hope that helps, -Steven Erat -----Original Message----- From: CF [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 4:22 PM To: CF-Linux Subject: RE: CFMX Updater 3 Released, HELP Thanks guys I got throu that whole issue and have come the the next, I followed the instruction laid out and got a error. The folowing is what I got. This is the Command --- [root 1]# /usr/sbin/apxs -c -Wc,-w -DJRUN_SSL mod_jrun.c \ > jrun_maptable_impl.c jrun_property.c jrun_session.c \ platform.c > jrun_mutex.c jrun_proxy.c jrun_ssl.c --- This is the message I got from the command --- cc -O2 -m486 -fno-strength-reduce -DLINUX=22 -I/usr/include/db1 -DMOD_SSL=208104 -DMOD_PERL -DUSE_PERL_SSI -Dbool=char -DHAS_BOOL -I/usr/local/include -DEAPI -DBIG_SECURITY_HOLE -DCOBALT_RAQ_LED -fpic -DSHARED_MODULE -I/usr/include/apache -w -DJRUN_SSL -c mod_jrun.c In file included from mod_jrun.c:12: jrun_ssl.h:25: openssl/ssl.h: No such file or directory apxs:Break: Command failed with rc=1 --- Help once more Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=14 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=14 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
