Bekomme bei "make install" folgende Meldung:
Installing gdbm.so: [ERROR]
/bin/sh ../../../libtool --quiet --mode=install /usr/bin/install -c .libs/gdb
m.so /home/balkancafe/NeoStats3.0/modules/gdbm.so
../../../libtool: Cannot fork: Resource temporarily unavailable
../../../libtool: Cannot fork: Resource temporarily unavailable
../../../libtool: Cannot fork: Resource temporarily unavailable
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require --mode=MODE be specified.
../../../libtool: Cannot fork: Resource temporarily unavailable
../../../libtool: Cannot fork: Resource temporarily unavailable
../../../libtool: Cannot fork: Resource temporarily unavailable
../../../libtool: Cannot fork: Resource temporarily unavailable
../../../libtool: Cannot fork: Resource temporarily unavailable
: install: `.' must be an absolute directory name
Try ` --help --mode=install' for more information.
*** Error code 1
Stop in /usr/home/balkancafe/NeoStats-3.0.1/modules/dbm/gdbm.
*** Error code 1
Stop in /usr/home/balkancafe/NeoStats-3.0.1/modules/dbm/gdbm.
*** Error code 1
Stop in /usr/home/balkancafe/NeoStats-3.0.1/modules/dbm.
*** Error code 1
Stop in /usr/home/balkancafe/NeoStats-3.0.1/modules.
*** Error code 1
Stop in /usr/home/balkancafe/NeoStats-3.0.1.
Vorher beim Befehl von "./configure" bekomme ich allerdings auch diese Fehlermeldung:
* I get a link error: /usr/bin/ld: cannot find -lperl during the make step
of the installation on Debian. What's wrong?
- You need to install the libperl-dev package.
Alternatively, create a symbolic link from libperl.so.5.6.1 to libperl.so in
/usr/lib:
% cd /usr/lib; ln -s libperl.so.5.6.1 libperl.so
and re-run the make step of the installation.
or if you dont want to take advantage of perl modules and extensions, then
you can run ./configure --disable-perl
Kann mir bitte jmd helfen? Wäre toll wenn ihr mir sagen könntet wie ich diese Fehler beseitigen kann.


News