OK I loaded up all the src code and got passed the last message and got
a new problem (of course)
I bet you guys and going nuts with my problems but I am new to
Installing stuff like this.

This is what I get now

[root 1]# /usr/sbin/apxs -c -Wc,-w -DRUN_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
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 -DRUN_SSL  -c mod_jrun.c
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 -DRUN_SSL  -c
jrun_maptable_impl.c
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 -DRUN_SSL  -c jrun_property.c
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 -DRUN_SSL  -c jrun_session.c
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 -DRUN_SSL  -c platform.c
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 -DRUN_SSL  -c jrun_mutex.c
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 -DRUN_SSL  -c jrun_proxy.c
jrun_proxy.c:276: `off' undeclared here (not in a function)
jrun_proxy.c:276: parse error before `='
jrun_proxy.c:276: stray '\' in program
jrun_proxy.c:277: stray '\' in program
jrun_proxy.c:278: stray '\' in program
jrun_proxy.c:287: parse error before `}'
jrun_proxy.c:290: stray '\' in program
jrun_proxy.c:291: parse error before `__extension__'
jrun_proxy.c: In function `sendRequest':
jrun_proxy.c:373: stray '\' in program
jrun_proxy.c:374: stray '\' in program
jrun_proxy.c:381: stray '\' in program
jrun_proxy.c:383: stray '\' in program
jrun_proxy.c:395: stray '\' in program
jrun_proxy.c:403: stray '\' in program
jrun_proxy.c:408: stray '\' in program
jrun_proxy.c:415: stray '\' in program
jrun_proxy.c:426: stray '\' in program
jrun_proxy.c:431: stray '\' in program
jrun_proxy.c: In function `proxy_isAlive':
jrun_proxy.c:1169: stray '\' in program
apxs:Break: Command failed with rc=1



-----Original Message-----
From: CF [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 31, 2003 2:22 PM
To: CF-Linux
Subject: RE: CFMX Updater 3 Released, HELP


That helps a lot and was able to direct me the the heart of the problem.
Which is I do not have the ssl.h files it doesn't have any of the source
files it looks like.

Where do I go to get all that ? And can I get the files I need with out
impacting the current build.

I used PKG's to install.

Thanks


-----Original Message-----
From: Steven Erat [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 31, 2003 1:42 PM
To: CF-Linux
Subject: RE: CFMX Updater 3 Released, HELP


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=%22a
pxs%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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
                                

Reply via email to