Hel with Debian 9 libs

Results 1 to 5 of 5
  1. #1
    Account Upgraded | Title Enabled! AaronzitoBr is offline
    MemberRank
    Apr 2010 Join Date
    Rio de JaneiroLocation
    390Posts

    sad Hel with Debian 9 libs

    So, I'm trying to make the V.4.4.0 Server work on Debian 9. I was using Wrechid script for Debian 8 (Too bad my host dont offer Debian 8 anymore, instead they upgraded it to Debian 9 ). I figured out how to install Java 7 on it, instead of java 8 (I'm using Zulu repository). But when it comes to the 32 libs that are needed, Debian 9 shows me errors.

    Anyone know how to make this part on a Debian 9 Vbox?

    Code:
    if [[ `uname -m` == "x86_64" ]]; then	dpkg --add-architecture i386	apt-get update	apt-get -y install lib32z1 lib32ncurses5fiapt-get install -y libgtk2.0-0:i386 libidn11:i386 gstreamer0.10-pulseaudio:i386 gstreamer0.10-plugins-base:i386 gstreamer0.10-plugins-good:i386


  2. #2
    Enthusiast ComProf is offline
    MemberRank
    May 2004 Join Date
    31Posts

    Re: Hel with Debian 9 libs

    If U have problems wee need your logs.
    If U can`t configure manual when U may search needed libs and add it by apt-file(apt-file install separate,not built in, apt-cache search - etc....)
    But u may use i386 PAE for more whan 4Gb RAM, so decide what U want =)
    I think the problem is that the versions of the package specified in the script are simply not available for this version of Debian, but who prohibits using newer ones? Just search it by name... apt-cache search _PACKAGE WITHOUT VERSION_ like libgtk or gstreamer

  3. #3
    Account Upgraded | Title Enabled! AaronzitoBr is offline
    MemberRank
    Apr 2010 Join Date
    Rio de JaneiroLocation
    390Posts

    Re: Hel with Debian 9 libs

    I'll try with other versions like you said :)

  4. #4
    Member Stuart Jones is offline
    MemberRank
    Oct 2015 Join Date
    LondonLocation
    69Posts

    Re: Hel with Debian 9 libs

    if you ldd the binary it will show you what libs it needs in both formats then use apt-cache and search and then install them as you need them

    might want to check out ya apt-sources too make sure they contain all the relative repositrys

  5. #5
    Account Upgraded | Title Enabled! AaronzitoBr is offline
    MemberRank
    Apr 2010 Join Date
    Rio de JaneiroLocation
    390Posts

    Re: Hel with Debian 9 libs

    Quote Originally Posted by Stuart Jones View Post
    if you ldd the binary it will show you what libs it needs in both formats then use apt-cache and search and then install them as you need them

    might want to check out ya apt-sources too make sure they contain all the relative repositrys
    It workerd with comProf tips. I'm just unsure if everything is working, but if the gs is running on debian 9 i think its okay



Advertisement