make system-tools-all: vsftpd baut nicht

Fremd-Buildsysteme
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

make system-tools-all: vsftpd baut nicht

Beitrag von dbt »

Hat das zufällig auch jemand?

Code: Alles auswählen

arm-cx2450x-linux-gnueabi-gcc -o vsftpd main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o tunables.o ftpdataio.o secbuf.o ls.o postprivparent.o logging.o str.o netstr.o sysstr.o strlist.o banner.o filestr.o parseconf.o secutil.o ascii.o oneprocess.o twoprocess.o privops.o standalone.o hash.o tcpwrap.o ipaddrparse.o access.o features.o readwrite.o opts.o ssl.o sslslave.o ptracesandbox.o ftppolicy.o sysutil.o sysdeputil.o -Wl,-s `./vsf_findlibs.sh` -Wl,-O1 -L/home/dbt/GITREPO_CS_Buildsystem/buildsystem-cs/root/lib
sysdeputil.o: In function `vsf_sysdep_check_auth':
sysdeputil.c:(.text+0xd54): undefined reference to `crypt'
sysdeputil.c:(.text+0xd78): undefined reference to `crypt'
collect2: ld returned 1 exit status
make[1]: *** [vsftpd] Fehler 1
make[1]: Leaving directory `/home/dbt/GITREPO_CS_Buildsystem/buildsystem-cs/build_tmp/vsftpd-2.3.5'
make: *** [/home/dbt/GITREPO_CS_Buildsystem/buildsystem-cs/deps/vsftpd] Fehler 2
dbt@linux-11-3:~/GITREPO_CS_Buildsystem/buildsystem-cs>
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: make system-tools-all: vsftpd baut nicht

Beitrag von seife »

Ich hatte ganz andere Fehler, je nach Plattform, als ich das Probiert habe :-)

Probiers nach update jetzt nochmal, evtl. fixen die LDFLAGS ja deinen Fehler auch.
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Re: make system-tools-all: vsftpd baut nicht

Beitrag von dbt »

Diesmal an der Stelle kein Fehler. Ich lass das aber nochmal komplett bauen. Sollte noch was sein, melde ich das.