Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
APPLE FINAL CUT PRO: HomeFinal Cut ForumFinal Cut TutorialsFinal Cut ServerBasics ForumTrainingPodcastFAQ

Re: Watchers not watching

Cow Forums : Apple Final Cut Server
VIEW POSTS   •   ADD A NEW POST   •   SEARCH   •   CHANGE FORUM
Respond to this post   •   Return to posts index   •   Read entire thread


Re: Watchers not watching
by Andy Gallagher on Aug 6, 2009 at 9:17:49 am

Hi Drew,

Yes it does! I think I made a mistake in the first line of code I sent to you.

Try the following (as root, obviously):
cd "/Library/Application Support/Final Cut Server/Final Cut Server.bundle/Contents/PostgreSQL/lib" [this is all one line]

for x in `ls`; do rm /usr/lib/$x; done


This will delete the old, non-working symlinks from /usr/lib. CAUTION - make sure you type it right!

Then (while still in the Postgres directory):
for x in `ls`; do ln -s "$PWD/$x" /usr/lib; done

This will re-create the symlinks, but will include the specific path to them ($PWD means "present working directory"). Then try running psql again - let me know if you have any luck!

A


-------------------------------

You want it when?


Respond to this post   •   Return to posts index   •   Read entire thread


Current Message Thread:




Note: If you are a registered user please click here to login before posting.

Your post will not be accepted if your name and email address are not registered in our database. Click here if you do not have an account.

Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message   Entire Thread   None  

Message:



Note: The following are HTML characters and may cause parts of your post to disappear if not used correctly: < > &
To include any portion of the post in your response, highlight the desired text and hit the "Q" key. Read more...



Add your message signature


 


Note: By clicking "Post Direct" button above, you are agreeing to the Creative Cow's Code of Conduct.



FORUMSTUTORIALSMAGAZINETRAININGVIDEOS - REELSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]