docsis 0.9.5 unter Debian Lenny kompilieren

0 comments

Posted on 7th May 2009 by Benj in Howtos |Linux

,

Das Commandline Tool docsis ist leider seit 2006 nicht mehr entwickelt und entsprechend gibt es ein paar Probleme beim kompilieren.

Mit diesen Punkten funktioniert das bauen der Binaries auch unter Debian Linux:

  • Installation der Pakete flex, libsnmp-dev, gcc-4.1
  • GCC auf 4.1 setzen: ln -sf /usr/bin/gcc-4.1 /usr/bin/gcc
  • Makefiles anpassen:

In src/configure:
Zeile 19472: c_cv_path_M4="/usr/bin/m4" # Let the user override the test with a path.
Zeile 19513: ac_is_gnu_m4=`echo $ac_m4_vers | grep -q GNU && echo GNU`;

In src/configure.in:
Zeile 20: ac_is_gnu_m4=`echo $ac_m4_vers | grep -q GNU && echo GNU`;

Jetzt sollte es auch mit dem ./configure && make && make install kappen…

VMware Tools for Debian Lenny

0 comments

Posted on 9th April 2009 by Benj in English |Howtos |Linux

,

Since a little while Debian 5.0 Lenny was released. Like ever mostly everything works perfekt – excepting the installation of VMware Tools in an VMware Workstation or ESX enviroment.

The problem is simple: the VMware Tools from ESX 3.5 and/or Workstation 6 are too old, they need an get_info method for being compiled. But this method was remove in Kernel 2.6.26!

(more…)

Debian Lenny und die VMware Tools

7 comments

Posted on 27th March 2009 by Benj in Howtos |Linux

,

Seit einer kurzen Weile ist Debian 5.0 Codename Lenny auf dem Netz verfügbar. Wie bei Debian immer bekannt, gibt es mit dem Release keine bedeutenden Probleme – aber Leute die eine virtualisierte Umgebung aufbauen mit VMware Workstation oder VMware Server 2 kommen zu einem Problem:

Die VMware Tools lassen sich mit dem aktuellen Lenny Kernel nicht bauen. Doch es liegt nicht am Lenny sondern an den VMware Tools die auf get_info Methode zugreiffen wollen, welche beim 2.6.26 Kernel entfernt wurde!

(more…)