General Discussion Off-Topic Discussion and Enlightenment

Is anyone here really good with installing Unix scripts? (NEVERMIND)

Old 12-30-2008, 12:00 PM
  #1  
1.5 BAR
Thread Starter
 
marcj's Avatar
 
Join Date: Dec 2006
Posts: 1,049
Default Is anyone here really good with installing Unix scripts? (NEVERMIND)

hey all.. I'm setting up a video site and the stupid *** 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
marcj is offline  
Old 12-30-2008, 12:11 PM
  #2  
3.0 BAR
 
Jorsher's Avatar
 
Join Date: May 2006
Posts: 5,322
Default 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.
Jorsher is offline  
Old 12-30-2008, 12:43 PM
  #3  
0.0 BAR
 
NIGn0g's Avatar
 
Join Date: Jan 2008
Posts: 0
Default 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
NIGn0g is offline  
Old 12-30-2008, 12:48 PM
  #4  
1.5 BAR
Thread Starter
 
marcj's Avatar
 
Join Date: Dec 2006
Posts: 1,049
Default 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
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.
marcj is offline  
Old 12-30-2008, 12:56 PM
  #5  
1.0 BAR
 
n2o_2k's Avatar
 
Join Date: Feb 2004
Posts: 577
Default 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.
n2o_2k is offline  
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
preludecurtis
General Discussion
2
05-30-2010 01:59 PM
RENR
Fabrication
13
03-25-2007 10:24 PM
RENR
Turbo Parts For Sale
24
02-11-2004 09:40 PM
traff1c
Wanted
12
12-26-2003 03:05 PM


Thread Tools
Search this Thread
Quick Reply: Is anyone here really good with installing Unix scripts? (NEVERMIND)



All times are GMT -5. The time now is 11:58 AM.