Pear Not installed in this system

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!

Moderator: General Moderators

Post Reply
User avatar
softsolvers
Forum Commoner
Posts: 75
Joined: Fri Feb 13, 2004 4:26 am
Location: India

Pear Not installed in this system

Post by softsolvers »

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??? :oops:
User avatar
softsolvers
Forum Commoner
Posts: 75
Joined: Fri Feb 13, 2004 4:26 am
Location: India

Post by softsolvers »

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
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

What system ? *nix or windows

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.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

For the love of...

Click the first link in my sig.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

FFS - we cannot help you when you don't clearly tell us what the problem is. You have to help us help you - we don't do mindreading (well not often).

Mac
Post Reply