I am not getting it... either I am installing under my "user account" incorrectly or I am not putting the files in the correct place at the "system" level....
Anyone else using OSX?
Help?!?!?!?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm having problems as well. The docs refer to files that just aren't there under OSX/Darwin.
My motive for installing PHPlib is to get PHPslash working. They mention that the docs for PHPlib are out of date for things like PHP4 support, etc.
Have any OSX/Darwin users had any success?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
phplib and phpslash work fine with php4 and OSx/Darwin. I have done this myself with PUblicBeta 4 and 10.0.4 (Not for production sites.. too slow for my taste.. installed Yellowdog instead :)
You can install under your user account (/people/<username>/Sites ?) and jsut make sure that in phpslash your do an:
include("/path/to/phplib/prepend.php3");
and in prepend.php3 make sure you set $_PHPLIB[libdir] to the path that contains all the phplib .inc files. Location is pretty much indenpendent, as long as apache can read those files. The defauls OSX php compile should have error reporting turned on, and will let you know where your problems are.
Feel free to email me at nathan@dstatement.com if you need more help.
Of course, you need to install MySQL as well :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am not getting it... either I am installing under my "user account" incorrectly or I am not putting the files in the correct place at the "system" level....
Anyone else using OSX?
Help?!?!?!?
I'm having problems as well. The docs refer to files that just aren't there under OSX/Darwin.
My motive for installing PHPlib is to get PHPslash working. They mention that the docs for PHPlib are out of date for things like PHP4 support, etc.
Have any OSX/Darwin users had any success?
phplib and phpslash work fine with php4 and OSx/Darwin. I have done this myself with PUblicBeta 4 and 10.0.4 (Not for production sites.. too slow for my taste.. installed Yellowdog instead :)
You can install under your user account (/people/<username>/Sites ?) and jsut make sure that in phpslash your do an:
include("/path/to/phplib/prepend.php3");
and in prepend.php3 make sure you set $_PHPLIB[libdir] to the path that contains all the phplib .inc files. Location is pretty much indenpendent, as long as apache can read those files. The defauls OSX php compile should have error reporting turned on, and will let you know where your problems are.
Feel free to email me at nathan@dstatement.com if you need more help.
Of course, you need to install MySQL as well :)