Fixed: I needed to run make install from the ~/liquidsoap-full/liquidsoap directory itself, NOT from ~/liquidsoap-full/liquidsoap/src !!
Thanks all! Kevin On 2013-03-18, at 7:09 PM, Kevin McQuiggin <[email protected]> wrote: > Hi Romain: > > Thanks for the reply. > > I -did- do a make install as root; sudo make install in Ubuntu's world. > > Perhaps make install is missing this action? The only pervasives.liq on my > machine are under the 1.0.1 folder (the old version) and in the build > directory. > > I would like to get the files to the place they should go. > > Kevin > > Sent from my iPhone > > On 2013-03-18, at 19:10, Romain Beauxis <[email protected]> wrote: > >> 2013/3/18 Kevin McQuiggin <[email protected]>: >>> Hi All: >> >> Hi Kevin! >> >>> I had 1.0.1 running under Ubuntu 12.10. I upgraded to 1.1 from source >>> (thanks Martin for the pointer). >>> >>> Now I have need of using functions in utils.liq, but liquidsoap can't find >>> the file. I have pervasives.liq, utils.liq etc, under my build directory >>> at ~/liquidsoap-full/liquidsoap/src, but the "make install" doesn;t seem to >>> have copied these files to the required system directory. >>> >>> I note that /usr/lib/liquidsoap/1.0.1 exists, and pervasives.liq is in >>> there. I tried creating 1.1.0 etc in this directory and appropriately >>> copying the files from the build directory, but still no go. >>> >>> I also noted that /usr/local/lib/liquidsoap exists, so tried putting the >>> 1.1.0 directory under there, but still no go. >>> >>> I tried 1.1; 1.1.0, and 1.1.0+scm as this is the specific version number >>> that liquidsoap reports in its log file on startup. >>> >>> I just need to know where to move the pervasives.liq and other files! >>> >>> Any help appreciated, >> >> You can do one of two things: >> >> 1) Run "make install" as root to install pervasives globally >> 2) Execute liquidsoap as follows: >> ./liquidsoap ../scripts/pervasives.liq (...) >> >> Of course, 1) is easier if you plan to switch to 1.1.0 (and won't >> remove 1.0.x scripts amyway) while 2) is more appropriate for devs and >> any work on a temporary version in general.. >> >> Hope this helps, >> Romain >> >> ------------------------------------------------------------------------------ >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_d2d_mar >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
