PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hello friends,
I had downloaded an opensource,after configuring it i am getting the problem that pear not instaaled in this system.i had downloaded pear from php.net,now what should i need to do to run the application how can iinstall the pear in my system.
looking for a repply very soon since it is very urgetnt???
Can you people suggest me why there is problem in the running the application. i had put the pear folder in the my php folder,But still i am getting the problem.
Hope to get the solution today
edit: For not having to make another post on the subject.
i think you think you dont have pear installed.
*nix -> go to ure php directory /usr/local/lib/php *example
> if pearcmd.php is there type the following from the shell
> php pearcmd.php *now just read the instructions.
windows> there are more possibilities however the fastest way is to run
the pear.bat in youre php dir... it should be there
> open up a prompt window (execute cmd or command(w98))
> cd c:\php4\ * or where ever you installed php and have the
pear.bat
> and run the pear.bat by tying this in the prompt window
> pear.bat <Enter>
REad instructions and youre Done... ( if all fails try downloading the pearinstaller.php you can find all those files on there website )
Last edited by ol4pr0 on Tue Mar 30, 2004 8:39 am, edited 1 time in total.