To help with the headache, just move you php.ini file to that location and
then make your changes.
Hopefully this will work and you can get down to coding...
Ray Hunter
"Fabian Aguirre" <[EMAIL PROTECTED]> wrote in message
011401c1eb97$fe599f80$460a0a0a@spartacus">ne
You might want to try to compile with the option of
--enable-ucd-snmp-hack
if that does not work then you might want to add do the following options
--includedir=DIR
if that does not work then the fastest way is to download the ucd-snmp and
compile it on your system then use the option
--with
Check all the archives...I have posted this information before...
~~ BigDog ~~
"Nicholas Ritter" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This request is for anyone who is using Redhat 7.2 and the Redhat PHP
> rpms that come with Redhat 7.2.
>
>
>
For now you have to make two installations.
First you compile php with no options and you get the php executable. The
you can recompile and make php with the apache module.
I believe that they are going to give the option for doing both at the same
time in a later release...
~~ BigDog ~~
"Ni
All you do is echo or print out the javascript that you want to use...
Ray Hunter
"Thomas A. Dunlap" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can anyone direct me to a tutorial that shows how to incorporate
&
PHP does not compile as a binary (CLI) and as a module at the same time.
You will have to compile as binary first then compile again as a module.
For compiling as a CLI do this:
$ ./configure --prefix=/path/to/php
$ make
$ make install
Move the files in the bin directory to somewhere like /usr/