This is excellent.  Thank you.. I think we are getting closer.

Try: (no quotes.. just the way it is.

sudo service liquidsoap restart

Also try:

sudo /usr/bin/liquidsoap --version

and finally

ls -al /etc/init.d/liquidsoap

Also, you are going to need to fix up your bashrc settings (that is why
when you do which liquidsoap you get the right one).

make a copy of the current version

cd ~
cp bashrc OPAMbashrc

Then edit it (I generally use
nano bashrc

but you can use any editor you are comfortable with.

You want to remove the following lines:
# OPAM configuration
. /home/pi/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true

(actually, you can just put a # in front of the second line
Save the file
then make a copy
cp bashrc NObashrc

now, logoff and log back on.
and then enter

which liquidsoap

(you should get /usr/bin/liquidsoap)

let's see how this works and we can work on it from there.

Nick




On Thu, Apr 7, 2016 at 11:05 PM, Sarah Alawami <[email protected]> wrote:

> Yeah the reason I got confused is I had to enter "which pkg-config"
> including the quotes. So thought the stuff I needed to enter needed the
> quotes. Lol!
>
> On Apr 7, 2016, at 6:21 PM, Lars Kruse <[email protected]> wrote:
>
>
> On Apr 7, 2016, at 3:20 PM, Nicholas Vrtis <[email protected]> wrote:
>
> 4) When you enter "which liquidsoap" what do you get? (this should work
> under any user)
>
> /home/marrie125/.opam/system/bin/liquidsoap
>
>
>
> 7) When you enter "ls -al /var/run/liquidsoap" what do you get?
>
> total 0
> drwxr-xr-x  2 liquidsoap liquidsoap  40 Apr  6 12:30 .
> drwxr-xr-x 18 root       root       740 Apr  6 12:30 ..
>
>
> 9) When you enter "ls -al /usr/bin/liquidsoap" what do you get?
>
>
>
> -rwxr-xr-x 1 root root 7748056 Apr  6 15:25 /usr/bin/liquidsoap
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>
>
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to