[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] PHP4 install error.



Kyle Smith <kyle.s@xxxxxxxxxxxxx> wrote:
> I get this error when trying to set up PHP4. Sorry, I cannot run apxs.
> Either you need to install Perl or you need to pass the absolute path of
> apxs by using --with-apxs=/absolute/path/to/apxs
>
> What is the path to the apxs?

Do "locate apxs" to find it.  Or do "whereis apxs".  It's probably
/usr/sbin/apxs or something similar.  Not to be rude, but if you don't know how
to find files on your filesystem, you probably should learn some Linux basics or
have someone more knowledgable install PHP and edit your config files so you
don't break your server.  Or at the least, make good backups in case you need to
revert to old file versions.

> Also, where is the srm.conf that I have to edit?

/etc/httpd/conf/srm.conf, but you really should learn how to find files
yourself.  whereis, locate, and find are programs that will do so.  "man
whereis" will let you view the online manual for that program, "man
program_name_here" anytime you don't know how to use something.

Steven Werby {steven-lists@xxxxxxxxxxxx}