Hi there,
seems to be a great tool but I got a problem with the crontab
The doc says to start "php cmd.php". However my php is an Apache module. There is no command called "php".
What do I do?
Greets
jmr
php !?
Moderators: Developers, Moderators
If you do not already have a php binary, you must recompile php to get one. You can do this by downloading and untaring the current php source. Then run:
./configure --with-mysql
make
make install (as root)
If everything goes correctly, you should end up with a php binary somewhere in your path.
Tell me if you need any assistance,
-Ian
./configure --with-mysql
make
make install (as root)
If everything goes correctly, you should end up with a php binary somewhere in your path.
Tell me if you need any assistance,
-Ian
Who is online
Users browsing this forum: No registered users and 1 guest