On Monday 17 March 2003 20:12, Guram Mosashvili wrote:
> Hi List,
> I have problem with instalation of PHP4 on my LINUX APACHE MySQL server.
>
> when I did:  ./configure --with-apxs=/server/apache/bin/apxs
>
> I got error message:
> -----
> configure error: Sorry I cannot run apxs.Either you need to install Perl or
> you need to pass the absolute path of by using 
> --with-apxs=/absolute/path/to/apxs
> -----
>
> However, Perle I already have in my server...

The second part of the error says you need to give the full path to your apxs 
executable. If you don't know where it is, use:

  find / -name apxs

to find it.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Madness has no purpose.  Or reason.  But it may have a goal.
                -- Spock, "The Alternative Factor", stardate 3088.7
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to