Am 21.06.2011 18:15, schrieb Daniel Joachims: > I have made it, but yast2 says me on repo cannot found metadata, I > confused on my linux 11.4 the setup process was so easy :( > I can feel your pain. I also had a hard time compiling liquidsoap on opensuse. (I've never worked before with Ocaml, didnt make it easier:( )
I have manual download the rpm packages and installed with zipper install, > but by ocaml-findlib-1.2.4. > > Error building the cache: > [|] Repository type can't be determined. > Warning: Disabling repository '11.3' because of the above error. > Loading repository data... > Warning: Repository 'openSUSE 11.1 updates' appears to outdated. Consider > using a different mirror or server. > Reading installed packages... > 'ocaml-findlib-1.2.4-1.1.i586rpm' not found. > Resolving package dependencies... > Nothing to do. > For packages you downloaded to your local disk, zypper is of no use. You must use "rpm" type "rpm -i <path/to/your/rpm" Also check: Did you correctly import the whole URL? http://download.opensuse.org/repositories/home:/HighwayStar:/ocaml/openSUSE_11.3/ (check with "zypper lr") I just recognised that my MUA distroyed the URL :( For my part i try to use pre-build packages on my production servers whenever possible and only building myself what's absolutely nessessary. The OpenSuse Build Service (and of curse packman) is always a good place to look. You may also want do delete/deactivate the old OpenSUSE 11.1 update repo, ist of no use anymore with 11.4. - Tom PS: Please keep discussion on the list, so that other people suffering similar problems can have their profit too :) - >> >> > /usr/local/bin/ocamldep checking for ocamldoc... >> > /usr/local/bin/ocamldoc checking for ocamlfind... >> > /usr/local/bin/ocamlfind checking for gcc... gcc checking whether the >> > C compiler works... yes checking for C compiler default output file >> > name... a.out checking for suffix of executables... >> > checking whether we are cross compiling... no checking for suffix of >> > object files... o checking whether we are using the GNU C compiler... >> > yes checking whether gcc accepts -g... yes checking for gcc option to >> > accept ISO C89... none needed checking for ocaml-pcre... configure: >> > error: Not found. >> > >> > Ocamle-pcre not-found, but it is was reinstalled no error in the >> > install procedure. >> > >> > When I "# findlib query pcre" -> -bash: findlib: command not found >> > >> > What is that :(. I Have reinstalled findlib-1.2.7 with no errors >> > >> > > I guess you are missing the coaml-extensions for "findlib". > > Opensuse does only provide very basic support for ocaml :( > > You might either compile ocaml-findlib yourself or add the following repo : > > http://download.opensuse.org/repositories/home:/HighwayStar:/ocaml/openSUSE_ > 11.3/i586/ > (it's for opensuse 11.3 but works anyway) > > Then you install ocaml-findlib. > > Good Luck! > > Yours > Tom > >> > -----Ursprüngliche Nachricht----- >> > Von: "T. Bühlmann" [mailto:[email protected]] >> > Gesendet: Dienstag, 21. Juni 2011 15:36 >> > An: [email protected] >> > Betreff: Re: [Savonet-users] Install liquidsoap 0.9.3 >> > >> > >> > >> > Am 21.06.2011 13:12, schrieb "T. Bühlmann": >>> >> Am 21.06.2011 12:42, schrieb Daniel Joachims: >>>> >>> Hello, >>>> >>> >>>> >>> My System: >>>> >>> Root-server >>>> >>> OpenSUSE 11.1 >>>> >>> >>>> >>> I have downloaded liquidsoap-full-0.9.3.tar.gz >>>> >>> >>>> >>> I downloaded to /tmp >>>> >>> >>>> >>> tar xvfz liquidsoap ...... >>>> >>> >>>> >>> cd /tmp/liquidsoap-full-0.9.3 >>>> >>> >>>> >>> ./configure ( under root ) >>>> >>> >>>> >>> in ocaml-duppy-0.3.2 it says Me ocaml-pcre cannot found! But pcre is >>>> >>> installed 8.2 >>>> >>> >>>> >>> # Findlib query pcre, says me cannot execute binary files !!! >>> >> Had the same trouble with distribution-installed ocaml-pcre. >>> >> install package seems broken to me. >>> >> >>> >> Deinstall and get sources from >>> >> http://caml.inria.fr//cgi-bin/hump.en.cgi >> > <edit> >> > Sorry, the Link is wrong. Use >> > http://ocaml.info/home/ocaml_sources.html >> > </edit> >>> >> and compile. >>> >> >>> >> Worked for me at last. >>> >> >>> >> >>>> >>> # Findlib, says the same, is Findlib the Error, wrong installation? >>>> >>> What can i make to run liquidsoap it is a so Great Tool, >>>> >>> >>>> >>> I have a System at Home, openSUSE 11.4 and liquidsoap Runs without >> > Problems with icecast2. I System Admin on a webradio and i will Change >> > from shoutcast to Icecast. >>>> >>> What can i take to Run liquidsoap on the Server with opensuse 11.1 ??? >> > Icecast is already installed and Runs. >>>> >>> Thank you! >>>> >>> >>>> >>> Greats Daniel J. From Germany >>>> >>> >>> >> Greets >>> >> Tom >>>> > >> ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
