Probleme bei der Installation von pine

TobyMac

TobyMac

Aktives Mitglied
Thread Starter
Dabei seit
19.11.2002
Beiträge
3.009
Reaktionspunkte
0
Hey,

bekomme ums Verrecken pine bei mir nicht installiert.

Folgendes passiert immer:

----------------------

[geekland:~] tobby% fink install pine
sudo /sw/bin/fink install pine
Information about 1276 packages read in 9 seconds.

The following package will be installed or updated:
pine
curl -f -L -s -S -O http://distfiles.opendarwin.org/pine4.53.tar.Z
mkdir -p /sw/src/pine-4.53-1
/sw/bin/tar -xzf /sw/src/pine4.53.tar.Z
sed 's|@PREFIX@|/sw|g' < /sw/fink/dists/stable/main/finkinfo/net/pine-4.53-1.patch | patch -p1
patching file pine/osdep/os-osx.h
patching file pine/pine.hlp
Hunk #1 succeeded at 764 (offset 168 lines).
Hunk #2 succeeded at 1957 (offset 5 lines).
Hunk #3 succeeded at 2128 (offset 168 lines).
Hunk #4 succeeded at 2124 (offset 12 lines).
Hunk #5 succeeded at 2990 (offset 170 lines).
./build NOSSL EXTRACFLAGS=-I/sw/include EXTRALDFLAGS=-L/sw/lib DEBUG="-g -O2 -DDEBUG" osx
make args are CC=cc 'EXTRACFLAGS=-I/sw/include' 'EXTRALDFLAGS=-L/sw/lib' 'DEBUG=-g -O2 -DDEBUG' osx

/usr/include/ldap.h not found

You may be able to install the SUNWlldap package to include
LDAP support, continuing without LDAP. Read the file
contrib/ldap-setup for some help in setting up LDAP.

Making c-client library, imapd, and ipopd
eval make CC=cc EXTRACFLAGS=-I/sw/include EXTRALDFLAGS=-L/sw/lib DEBUG=-g -O2 -DDEBUG SSLTYPE=none SPECIALS= osx
./build: make: command not found
+---------------------------------------------+
| Problems building c-client |
| |
| Please check the output above for a |
| possible explanation for this failure |
+---------------------------------------------+

### execution of ./build failed, exit code 127
Failed: compiling pine-4.53-1 failed

----------------------

Sagt mir wo ich blind bin ;)

t.
 
Original geschrieben von TobyMac
Hey,

bekomme ums Verrecken pine bei mir nicht installiert.

make: command not found

Sagt mir wo ich blind bin ;)

t.
&nbsp;

Ich würde sagen dort ;-)
Ohne einen Mac zu haben denke ich, dass Dir noch ein wenig Zeugs zum Compilieren fehlt.

Was sagt denn #fink install make ?

Lars
 
Ich denke die Developertools werden benötigt (Compiler, Linker usw.).


Gruß
Thomas
 
Hi

Fink kann an einigen Stellen nicht besonders gut mit dependencies ungehen. Hier sieht es so aus, das wohl ldap benötigt wird. Versuchs doch mal mit deselect zu installieren, da dselect die dependencies wesentlich besser im Griff hat. Nachteil ist natürlich, das nur binaries installiert werden können.

HTH

W
 
Zuletzt bearbeitet:
Zurück
Oben Unten