You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Steven Pierce <pa...@speakeasy.net> on 2002/04/03 20:47:12 UTC

RE: Apache, php, mysql OpenSSL mod_ssl and DSO support and mod_perl


So you can get apache installed and it works.  It can see the web and
the web can see it??  From your orginal message it states that you
are doing this all at once.  Are you trying to install each applciation one
at a time??  Or what exactly are you trying to do.  I do not want to appear
dumb, I am still kind of confussed on this.

Steven

*********** REPLY SEPARATOR  ***********

On 4/3/2002 at 10:48 AM Soheil Shaghaghi wrote:

>Dear Steven,
>Hello, and thanks for your rply.
>Yes, I am using Linux
>I actually did go through that same procedure on the php.net site.
>Everything works fine up to that and Apache works perfect, but then I can't
>go pass that point.
>I keep getting errors!
>Thanks, and I'll keep trying again!
>
>
>
>
>-----Original Message-----
>From: Steven Pierce [mailto:pagedev1@speakeasy.net]
>Sent: Wednesday, April 03, 2002 10:38 AM
>To: users@httpd.apache.org; soheils@jhanna.com
>Subject: Re: Apache, php, mysql OpenSSL mod_ssl and DSO support and
>mod_perl
>
>
>
>Soheil,
>
>I think my first question would be why are you trying to install
>them all at once??  Try to install Apache and get it working.
>Then follow up with PHP, MySQL, etc.   You need to have a
>base to install to.  Being that most of them are APACHE based,
>I would make sure that it working first before I install anything
>else.
>
>>>From what you have stated it is stopping the process altogether.
>Maybe the Apache install is not going in correct.  So inturn that
>would stop everything else.
>
>First get apache installed and then try to install php.
>
>http://www.php.net/manual/en/install.linux.php
>
>I assume you are using Linux.  Follow this link, it looks like others
>have had some of the same trouble.
>
>Steven
>
>
>*********** REPLY SEPARATOR  ***********
>
>On 4/3/2002 at 9:55 AM Soheil Shaghaghi wrote:
>
>>hi all,
>>Is there a way to configure and install the following at the same time?
>>
>>Apache PHP Mysql mod-ssl OpenSSL MM mod-perl APXS and DSO support
>>If not, can anyone please tell me what steps I should take, and whcih ones
>>to do first, and what I should consider?
>>I have tried installing them one at a time, but I can not get passed
>>installing apache with mysql and php with APXS and shared DSO.
>>After that, I cn not install anything. I just keep getting errors!
>>
>>Thanks so much,
>>Soheil
>>
>>
>>---------------------------------------------------------------------
>>The official User-To-User support forum of the Apache HTTP Server Project.
>>See <URL:http://httpd.apache.org/userslist.html> for more info.
>>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>For additional commands, e-mail: users-help@httpd.apache.org




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: Apache, php, mysql OpenSSL mod_ssl and DSO support and mod_perl

Posted by Steven Pierce <pa...@speakeasy.net>.

Then I am at a lost at this point...  Sorry that I could not be more
help.

S

*********** REPLY SEPARATOR  ***********

On 4/3/2002 at 12:00 PM Soheil Shaghaghi wrote:

>Yes, I have all the old versions of perl, and apache deleted.
>Note: mySQL is already installed. By installing mySQL i meant to compile it
>with mySQL.
>
>Thanks again :)
>
>
>-----Original Message-----
>From: Steven Pierce [mailto:pagedev1@speakeasy.net]
>Sent: Wednesday, April 03, 2002 11:48 AM
>To: users@httpd.apache.org; soheils@jhanna.com
>Subject: RE: Apache, php, mysql OpenSSL mod_ssl and DSO support and
>mod_perl
>
>
>
>
>Ok, you are using the latest version of apache.  So do you still have
>the old version of PERL on the box??  Before you go any furthur I would
>first
>uninstall all the old version of perl, mysql, etc.  Make sure that you
>backup
>all your files first.
>
>It sounds like you have something pointing to the wrong place.
>
>
>
>*********** REPLY SEPARATOR  ***********
>
>On 4/3/2002 at 11:01 AM Soheil Shaghaghi wrote:
>
>>Sorry, let me start from teh beginning :)
>>I had all these applications working fine together up till a couple of
>>weeks
>>ego, when I tried to upgrade to the latest version of Perl, which in turn
>>messed up all my system, so I ended up installing apache to get the system
>>back to normal (the old apache was trying to read Perl from the old
>>directory)
>>So, after installing the latest version of Apache, I noticed that none of
>>the other softwraes were being read, so I managed to get PHP installed
>with
>>DSO and mySQL support.
>>Everything works fine, and the system is up and running, but now I can't
>>install any other modules or software like:
>>OpenSSL, mod_ssl, mod_perl, or any other Apache Module for that matter.
>>For example, when I try to install mod_perl, I get this error:
>>letting apache warm up...\c
>>done
>>/usr/bin/perl t/TEST 0
>>Can't locate object method "new" via package "URI::URL" (perhaps you
>forgot
>>to load "URI::URL"?) at ../blib/lib/Apache/test.pm line 252.
>>make: *** [run_tests] Error 255
>>
>>When I tried to install all the packages at ones, I got this error:
>>/usr/src/apache_1.3.24 >make
>>===> src
>>make[1]: Entering directory `/usr/src/apache_1.3.24'
>>make[2]: Entering directory `/usr/src/apache_1.3.24/src'
>>make[2]: *** No rule to make target `all'.  Stop.
>>make[2]: Leaving directory `/usr/src/apache_1.3.24/src'
>>make[1]: *** [build-std] Error 2
>>make[1]: Leaving directory `/usr/src/apache_1.3.24'
>>make: *** [build] Error 2
>>
>>Thanks for your help :)
>>
>>
>>
>>-----Original Message-----
>>From: Steven Pierce [mailto:pagedev1@speakeasy.net]
>>Sent: Wednesday, April 03, 2002 10:47 AM
>>To: soheils@jhanna.com
>>Cc: users@httpd.apache.org
>>Subject: RE: Apache, php, mysql OpenSSL mod_ssl and DSO support and
>>mod_perl
>>
>>
>>
>>
>>So you can get apache installed and it works.  It can see the web and
>>the web can see it??  From your orginal message it states that you
>>are doing this all at once.  Are you trying to install each applciation
>one
>>at a time??  Or what exactly are you trying to do.  I do not want to
>appear
>>dumb, I am still kind of confussed on this.
>>
>>Steven
>>
>>*********** REPLY SEPARATOR  ***********
>>
>>On 4/3/2002 at 10:48 AM Soheil Shaghaghi wrote:
>>
>>>Dear Steven,
>>>Hello, and thanks for your rply.
>>>Yes, I am using Linux
>>>I actually did go through that same procedure on the php.net site.
>>>Everything works fine up to that and Apache works perfect, but then I
>>can't
>>>go pass that point.
>>>I keep getting errors!
>>>Thanks, and I'll keep trying again!
>>>
>>>
>>>
>>>
>>>-----Original Message-----
>>>From: Steven Pierce [mailto:pagedev1@speakeasy.net]
>>>Sent: Wednesday, April 03, 2002 10:38 AM
>>>To: users@httpd.apache.org; soheils@jhanna.com
>>>Subject: Re: Apache, php, mysql OpenSSL mod_ssl and DSO support and
>>>mod_perl
>>>
>>>
>>>
>>>Soheil,
>>>
>>>I think my first question would be why are you trying to install
>>>them all at once??  Try to install Apache and get it working.
>>>Then follow up with PHP, MySQL, etc.   You need to have a
>>>base to install to.  Being that most of them are APACHE based,
>>>I would make sure that it working first before I install anything
>>>else.
>>>
>>>>>From what you have stated it is stopping the process altogether.
>>>Maybe the Apache install is not going in correct.  So inturn that
>>>would stop everything else.
>>>
>>>First get apache installed and then try to install php.
>>>
>>>http://www.php.net/manual/en/install.linux.php
>>>
>>>I assume you are using Linux.  Follow this link, it looks like others
>>>have had some of the same trouble.
>>>
>>>Steven
>>>
>>>
>>>*********** REPLY SEPARATOR  ***********
>>>
>>>On 4/3/2002 at 9:55 AM Soheil Shaghaghi wrote:
>>>
>>>>hi all,
>>>>Is there a way to configure and install the following at the same time?
>>>>
>>>>Apache PHP Mysql mod-ssl OpenSSL MM mod-perl APXS and DSO support
>>>>If not, can anyone please tell me what steps I should take, and whcih
>>ones
>>>>to do first, and what I should consider?
>>>>I have tried installing them one at a time, but I can not get passed
>>>>installing apache with mysql and php with APXS and shared DSO.
>>>>After that, I cn not install anything. I just keep getting errors!
>>>>
>>>>Thanks so much,
>>>>Soheil
>>>>
>>>>
>>>>---------------------------------------------------------------------
>>>>The official User-To-User support forum of the Apache HTTP Server
>>Project.
>>>>See <URL:http://httpd.apache.org/userslist.html> for more info.
>>>>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>>For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>The official User-To-User support forum of the Apache HTTP Server Project.
>>See <URL:http://httpd.apache.org/userslist.html> for more info.
>>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: Apache, php, mysql OpenSSL mod_ssl and DSO support and mod_perl

Posted by Soheil Shaghaghi <so...@jhanna.com>.
Yes, I have all the old versions of perl, and apache deleted.
Note: mySQL is already installed. By installing mySQL i meant to compile it
with mySQL.

Thanks again :)


-----Original Message-----
From: Steven Pierce [mailto:pagedev1@speakeasy.net]
Sent: Wednesday, April 03, 2002 11:48 AM
To: users@httpd.apache.org; soheils@jhanna.com
Subject: RE: Apache, php, mysql OpenSSL mod_ssl and DSO support and
mod_perl




Ok, you are using the latest version of apache.  So do you still have
the old version of PERL on the box??  Before you go any furthur I would
first
uninstall all the old version of perl, mysql, etc.  Make sure that you
backup
all your files first.

It sounds like you have something pointing to the wrong place.



*********** REPLY SEPARATOR  ***********

On 4/3/2002 at 11:01 AM Soheil Shaghaghi wrote:

>Sorry, let me start from teh beginning :)
>I had all these applications working fine together up till a couple of
>weeks
>ego, when I tried to upgrade to the latest version of Perl, which in turn
>messed up all my system, so I ended up installing apache to get the system
>back to normal (the old apache was trying to read Perl from the old
>directory)
>So, after installing the latest version of Apache, I noticed that none of
>the other softwraes were being read, so I managed to get PHP installed with
>DSO and mySQL support.
>Everything works fine, and the system is up and running, but now I can't
>install any other modules or software like:
>OpenSSL, mod_ssl, mod_perl, or any other Apache Module for that matter.
>For example, when I try to install mod_perl, I get this error:
>letting apache warm up...\c
>done
>/usr/bin/perl t/TEST 0
>Can't locate object method "new" via package "URI::URL" (perhaps you forgot
>to load "URI::URL"?) at ../blib/lib/Apache/test.pm line 252.
>make: *** [run_tests] Error 255
>
>When I tried to install all the packages at ones, I got this error:
>/usr/src/apache_1.3.24 >make
>===> src
>make[1]: Entering directory `/usr/src/apache_1.3.24'
>make[2]: Entering directory `/usr/src/apache_1.3.24/src'
>make[2]: *** No rule to make target `all'.  Stop.
>make[2]: Leaving directory `/usr/src/apache_1.3.24/src'
>make[1]: *** [build-std] Error 2
>make[1]: Leaving directory `/usr/src/apache_1.3.24'
>make: *** [build] Error 2
>
>Thanks for your help :)
>
>
>
>-----Original Message-----
>From: Steven Pierce [mailto:pagedev1@speakeasy.net]
>Sent: Wednesday, April 03, 2002 10:47 AM
>To: soheils@jhanna.com
>Cc: users@httpd.apache.org
>Subject: RE: Apache, php, mysql OpenSSL mod_ssl and DSO support and
>mod_perl
>
>
>
>
>So you can get apache installed and it works.  It can see the web and
>the web can see it??  From your orginal message it states that you
>are doing this all at once.  Are you trying to install each applciation one
>at a time??  Or what exactly are you trying to do.  I do not want to appear
>dumb, I am still kind of confussed on this.
>
>Steven
>
>*********** REPLY SEPARATOR  ***********
>
>On 4/3/2002 at 10:48 AM Soheil Shaghaghi wrote:
>
>>Dear Steven,
>>Hello, and thanks for your rply.
>>Yes, I am using Linux
>>I actually did go through that same procedure on the php.net site.
>>Everything works fine up to that and Apache works perfect, but then I
>can't
>>go pass that point.
>>I keep getting errors!
>>Thanks, and I'll keep trying again!
>>
>>
>>
>>
>>-----Original Message-----
>>From: Steven Pierce [mailto:pagedev1@speakeasy.net]
>>Sent: Wednesday, April 03, 2002 10:38 AM
>>To: users@httpd.apache.org; soheils@jhanna.com
>>Subject: Re: Apache, php, mysql OpenSSL mod_ssl and DSO support and
>>mod_perl
>>
>>
>>
>>Soheil,
>>
>>I think my first question would be why are you trying to install
>>them all at once??  Try to install Apache and get it working.
>>Then follow up with PHP, MySQL, etc.   You need to have a
>>base to install to.  Being that most of them are APACHE based,
>>I would make sure that it working first before I install anything
>>else.
>>
>>>>From what you have stated it is stopping the process altogether.
>>Maybe the Apache install is not going in correct.  So inturn that
>>would stop everything else.
>>
>>First get apache installed and then try to install php.
>>
>>http://www.php.net/manual/en/install.linux.php
>>
>>I assume you are using Linux.  Follow this link, it looks like others
>>have had some of the same trouble.
>>
>>Steven
>>
>>
>>*********** REPLY SEPARATOR  ***********
>>
>>On 4/3/2002 at 9:55 AM Soheil Shaghaghi wrote:
>>
>>>hi all,
>>>Is there a way to configure and install the following at the same time?
>>>
>>>Apache PHP Mysql mod-ssl OpenSSL MM mod-perl APXS and DSO support
>>>If not, can anyone please tell me what steps I should take, and whcih
>ones
>>>to do first, and what I should consider?
>>>I have tried installing them one at a time, but I can not get passed
>>>installing apache with mysql and php with APXS and shared DSO.
>>>After that, I cn not install anything. I just keep getting errors!
>>>
>>>Thanks so much,
>>>Soheil
>>>
>>>
>>>---------------------------------------------------------------------
>>>The official User-To-User support forum of the Apache HTTP Server
>Project.
>>>See <URL:http://httpd.apache.org/userslist.html> for more info.
>>>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: Apache, php, mysql OpenSSL mod_ssl and DSO support and mod_perl

Posted by Steven Pierce <pa...@speakeasy.net>.

Ok, you are using the latest version of apache.  So do you still have
the old version of PERL on the box??  Before you go any furthur I would first
uninstall all the old version of perl, mysql, etc.  Make sure that you backup
all your files first.  

It sounds like you have something pointing to the wrong place.  



*********** REPLY SEPARATOR  ***********

On 4/3/2002 at 11:01 AM Soheil Shaghaghi wrote:

>Sorry, let me start from teh beginning :)
>I had all these applications working fine together up till a couple of
>weeks
>ego, when I tried to upgrade to the latest version of Perl, which in turn
>messed up all my system, so I ended up installing apache to get the system
>back to normal (the old apache was trying to read Perl from the old
>directory)
>So, after installing the latest version of Apache, I noticed that none of
>the other softwraes were being read, so I managed to get PHP installed with
>DSO and mySQL support.
>Everything works fine, and the system is up and running, but now I can't
>install any other modules or software like:
>OpenSSL, mod_ssl, mod_perl, or any other Apache Module for that matter.
>For example, when I try to install mod_perl, I get this error:
>letting apache warm up...\c
>done
>/usr/bin/perl t/TEST 0
>Can't locate object method "new" via package "URI::URL" (perhaps you forgot
>to load "URI::URL"?) at ../blib/lib/Apache/test.pm line 252.
>make: *** [run_tests] Error 255
>
>When I tried to install all the packages at ones, I got this error:
>/usr/src/apache_1.3.24 >make
>===> src
>make[1]: Entering directory `/usr/src/apache_1.3.24'
>make[2]: Entering directory `/usr/src/apache_1.3.24/src'
>make[2]: *** No rule to make target `all'.  Stop.
>make[2]: Leaving directory `/usr/src/apache_1.3.24/src'
>make[1]: *** [build-std] Error 2
>make[1]: Leaving directory `/usr/src/apache_1.3.24'
>make: *** [build] Error 2
>
>Thanks for your help :)
>
>
>
>-----Original Message-----
>From: Steven Pierce [mailto:pagedev1@speakeasy.net]
>Sent: Wednesday, April 03, 2002 10:47 AM
>To: soheils@jhanna.com
>Cc: users@httpd.apache.org
>Subject: RE: Apache, php, mysql OpenSSL mod_ssl and DSO support and
>mod_perl
>
>
>
>
>So you can get apache installed and it works.  It can see the web and
>the web can see it??  From your orginal message it states that you
>are doing this all at once.  Are you trying to install each applciation one
>at a time??  Or what exactly are you trying to do.  I do not want to appear
>dumb, I am still kind of confussed on this.
>
>Steven
>
>*********** REPLY SEPARATOR  ***********
>
>On 4/3/2002 at 10:48 AM Soheil Shaghaghi wrote:
>
>>Dear Steven,
>>Hello, and thanks for your rply.
>>Yes, I am using Linux
>>I actually did go through that same procedure on the php.net site.
>>Everything works fine up to that and Apache works perfect, but then I
>can't
>>go pass that point.
>>I keep getting errors!
>>Thanks, and I'll keep trying again!
>>
>>
>>
>>
>>-----Original Message-----
>>From: Steven Pierce [mailto:pagedev1@speakeasy.net]
>>Sent: Wednesday, April 03, 2002 10:38 AM
>>To: users@httpd.apache.org; soheils@jhanna.com
>>Subject: Re: Apache, php, mysql OpenSSL mod_ssl and DSO support and
>>mod_perl
>>
>>
>>
>>Soheil,
>>
>>I think my first question would be why are you trying to install
>>them all at once??  Try to install Apache and get it working.
>>Then follow up with PHP, MySQL, etc.   You need to have a
>>base to install to.  Being that most of them are APACHE based,
>>I would make sure that it working first before I install anything
>>else.
>>
>>>>From what you have stated it is stopping the process altogether.
>>Maybe the Apache install is not going in correct.  So inturn that
>>would stop everything else.
>>
>>First get apache installed and then try to install php.
>>
>>http://www.php.net/manual/en/install.linux.php
>>
>>I assume you are using Linux.  Follow this link, it looks like others
>>have had some of the same trouble.
>>
>>Steven
>>
>>
>>*********** REPLY SEPARATOR  ***********
>>
>>On 4/3/2002 at 9:55 AM Soheil Shaghaghi wrote:
>>
>>>hi all,
>>>Is there a way to configure and install the following at the same time?
>>>
>>>Apache PHP Mysql mod-ssl OpenSSL MM mod-perl APXS and DSO support
>>>If not, can anyone please tell me what steps I should take, and whcih
>ones
>>>to do first, and what I should consider?
>>>I have tried installing them one at a time, but I can not get passed
>>>installing apache with mysql and php with APXS and shared DSO.
>>>After that, I cn not install anything. I just keep getting errors!
>>>
>>>Thanks so much,
>>>Soheil
>>>
>>>
>>>---------------------------------------------------------------------
>>>The official User-To-User support forum of the Apache HTTP Server
>Project.
>>>See <URL:http://httpd.apache.org/userslist.html> for more info.
>>>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: Apache, php, mysql OpenSSL mod_ssl and DSO support and mod_perl

Posted by Soheil Shaghaghi <so...@jhanna.com>.
Sorry, let me start from teh beginning :)
I had all these applications working fine together up till a couple of weeks
ego, when I tried to upgrade to the latest version of Perl, which in turn
messed up all my system, so I ended up installing apache to get the system
back to normal (the old apache was trying to read Perl from the old
directory)
So, after installing the latest version of Apache, I noticed that none of
the other softwraes were being read, so I managed to get PHP installed with
DSO and mySQL support.
Everything works fine, and the system is up and running, but now I can't
install any other modules or software like:
OpenSSL, mod_ssl, mod_perl, or any other Apache Module for that matter.
For example, when I try to install mod_perl, I get this error:
letting apache warm up...\c
done
/usr/bin/perl t/TEST 0
Can't locate object method "new" via package "URI::URL" (perhaps you forgot
to load "URI::URL"?) at ../blib/lib/Apache/test.pm line 252.
make: *** [run_tests] Error 255

When I tried to install all the packages at ones, I got this error:
/usr/src/apache_1.3.24 >make
===> src
make[1]: Entering directory `/usr/src/apache_1.3.24'
make[2]: Entering directory `/usr/src/apache_1.3.24/src'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/usr/src/apache_1.3.24/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/apache_1.3.24'
make: *** [build] Error 2

Thanks for your help :)



-----Original Message-----
From: Steven Pierce [mailto:pagedev1@speakeasy.net]
Sent: Wednesday, April 03, 2002 10:47 AM
To: soheils@jhanna.com
Cc: users@httpd.apache.org
Subject: RE: Apache, php, mysql OpenSSL mod_ssl and DSO support and
mod_perl




So you can get apache installed and it works.  It can see the web and
the web can see it??  From your orginal message it states that you
are doing this all at once.  Are you trying to install each applciation one
at a time??  Or what exactly are you trying to do.  I do not want to appear
dumb, I am still kind of confussed on this.

Steven

*********** REPLY SEPARATOR  ***********

On 4/3/2002 at 10:48 AM Soheil Shaghaghi wrote:

>Dear Steven,
>Hello, and thanks for your rply.
>Yes, I am using Linux
>I actually did go through that same procedure on the php.net site.
>Everything works fine up to that and Apache works perfect, but then I can't
>go pass that point.
>I keep getting errors!
>Thanks, and I'll keep trying again!
>
>
>
>
>-----Original Message-----
>From: Steven Pierce [mailto:pagedev1@speakeasy.net]
>Sent: Wednesday, April 03, 2002 10:38 AM
>To: users@httpd.apache.org; soheils@jhanna.com
>Subject: Re: Apache, php, mysql OpenSSL mod_ssl and DSO support and
>mod_perl
>
>
>
>Soheil,
>
>I think my first question would be why are you trying to install
>them all at once??  Try to install Apache and get it working.
>Then follow up with PHP, MySQL, etc.   You need to have a
>base to install to.  Being that most of them are APACHE based,
>I would make sure that it working first before I install anything
>else.
>
>>>From what you have stated it is stopping the process altogether.
>Maybe the Apache install is not going in correct.  So inturn that
>would stop everything else.
>
>First get apache installed and then try to install php.
>
>http://www.php.net/manual/en/install.linux.php
>
>I assume you are using Linux.  Follow this link, it looks like others
>have had some of the same trouble.
>
>Steven
>
>
>*********** REPLY SEPARATOR  ***********
>
>On 4/3/2002 at 9:55 AM Soheil Shaghaghi wrote:
>
>>hi all,
>>Is there a way to configure and install the following at the same time?
>>
>>Apache PHP Mysql mod-ssl OpenSSL MM mod-perl APXS and DSO support
>>If not, can anyone please tell me what steps I should take, and whcih ones
>>to do first, and what I should consider?
>>I have tried installing them one at a time, but I can not get passed
>>installing apache with mysql and php with APXS and shared DSO.
>>After that, I cn not install anything. I just keep getting errors!
>>
>>Thanks so much,
>>Soheil
>>
>>
>>---------------------------------------------------------------------
>>The official User-To-User support forum of the Apache HTTP Server Project.
>>See <URL:http://httpd.apache.org/userslist.html> for more info.
>>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>For additional commands, e-mail: users-help@httpd.apache.org





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org