HomemadeTurbo - DIY Turbo Forum

HomemadeTurbo - DIY Turbo Forum (https://www.homemadeturbo.com/)
-   General Discussion (https://www.homemadeturbo.com/general-discussion-6/)
-   -   Is anyone here really good with installing Unix scripts? (NEVERMIND) (https://www.homemadeturbo.com/general-discussion-6/anyone-here-really-good-installing-unix-scripts-nevermind-98439/)

marcj 12-30-2008 12:00 PM

Is anyone here really good with installing Unix scripts? (NEVERMIND)
 
hey all.. I'm setting up a video site and the stupid ass FFMpeg-php library portion of my video stream script is erroring. I tried installing FFMpeg and FFMpeg-php multiple times with no success.

The problem is all the installer scripts call /usr/bin as the directory to install, and since I'm on a shared server, I get permission errors. I've tried to fix it numerous times and finally got fed up.

If you're really good with this stuff or know someone that is I'd appreciate the help. let me know.. willing to pay for your time

Jorsher 12-30-2008 12:11 PM

Re: Is anyone here really good with installing Unix scripts? make a quick $
 
Typically, shared server hosts will block this sort of thing. They don't like people sucking up their bandwidth.

Have you tried editing the config files so they are installed somewhere else? Can you just copy the needed files over? If it actually needs to install and not just copy files over, good luck.

NIGn0g 12-30-2008 12:43 PM

Re: Is anyone here really good with installing Unix scripts? make a quick $
 
What are the errors?

Edit the ./install file to change the directory. I doubt it will work on a shared server tho...

You have to root the box >:D

marcj 12-30-2008 12:48 PM

Re: Is anyone here really good with installing Unix scripts? make a quick $
 

Originally Posted by Teg2Boo
What are the errors?

Edit the ./install file to change the directory. I doubt it will work on a shared server tho...

You have to root the box >:D

yeah, I'm switching over to a "virtual dedicated server" for a little more money to alleviate this problem.. I'm afraid if I trick one library (FFMPEG) into installing, it's just going to lead to a plethora of messy time consuming installs in the future.

n2o_2k 12-30-2008 12:56 PM

Re: Is anyone here really good with installing Unix scripts? make a quick $
 
Well, you can try to change the prefix to a directory where you have access.

./configure --prefix=/my/directory
make
make install

Only caveat, your binary will be in a non standard location and you have to account for it when calling it.


All times are GMT -5. The time now is 05:32 PM.


© 2024 MH Sub I, LLC dba Internet Brands