Troubles installing zlib

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
SafariAl
Posts: 5
Joined: Tue Apr 29, 2008 9:53 am

Troubles installing zlib

Post by SafariAl »

Well, I may have figured out this one, but have no idea what to do to fix it. Heres the situation:

First I downloaded via svn, then I cd'ed to the folder and typed make which worked fine. I then typed make install and got a permissions error. So i put sudo and front of it, knowing it should work. I was wrong. I got this error from the very start:

Code: Select all

make: psp-config: Command not found
Makefile:9: /lib/build.mak: No such file or directory
make: *** No rule to make target `/lib/build.mak'.  Stop.
After a few test, fooling around with the makefile, nothing worked, so i redownloaded and tried something else. I tried suo make. I got the same error as sudo make install. I'm not sure myself if I'm supposed to set the permissions for the pspdev folder or not, and personally, I'm not experienced enough to know how to give it all permissions, including the files and folders under pspdev. Thanks again

-Al
jsharrad
Posts: 100
Joined: Thu Oct 20, 2005 3:06 am

Post by jsharrad »

This should work.

Code: Select all

sudo env PSPDEV=/usr/local/pspdev PATH=$PATH:/usr/local/pspdev/bin make install
SafariAl
Posts: 5
Joined: Tue Apr 29, 2008 9:53 am

Post by SafariAl »

Wow it worked, no errors! thanks a lot :).
Post Reply