Error in Ubuntu 18.04

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
edufissure3
550 Permission denied
Posts: 29
Joined: 2022-01-16 12:04
First name: Eduardo
Last name: Gutierrez

Error in Ubuntu 18.04

#1 Post by edufissure3 » 2022-01-17 17:30

Hi after installing Fileserver 1.2.0 in ubuntu 18.04 i face this problem when i want to execute or launch the service:

oriol@oriol-VirtualBox:/opt/filezilla-server/bin$ ./filezilla-server
./filezilla-server: /lib/x86_64-linux-gnu/libcrypt.so.1: version `XCRYPT_2.0' not found (required by /opt/filezilla-server/bin/../lib/libfilezilla.so.23)
13:29

oriol@oriol-VirtualBox:/opt/filezilla-server/bin$ ./filezilla-server-gui
./filezilla-server-gui: /lib/x86_64-linux-gnu/libcrypt.so.1: version `XCRYPT_2.0' not found (required by /opt/filezilla-server/bin/../lib/libfilezilla.so.23)
./filezilla-server-gui: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /opt/filezilla-server/bin/../lib/libwx_baseu-3.0.so.0)


Any help would be apreciated

User avatar
botg
Site Admin
Posts: 35491
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Error in Ubuntu 18.04

#2 Post by botg » 2022-01-18 20:15

The distribution you are using is way too old.

The binaries for FileZilla Server are built for Debian 11 (Bullseye) or compatible.

Either update your distribution, or compile FileZilla Server from source as well as any missing dependencies.

edufissure3
550 Permission denied
Posts: 29
Joined: 2022-01-16 12:04
First name: Eduardo
Last name: Gutierrez

Re: Error in Ubuntu 18.04

#3 Post by edufissure3 » 2022-01-22 11:21

There isnt any nightly build source for linux you can compile no ? im trying to download .bz2 and there is no make or configure files to compile...

Thanks

User avatar
boco
Contributor
Posts: 26899
Joined: 2006-05-01 03:28
Location: Germany

Re: Error in Ubuntu 18.04

#4 Post by boco » 2022-01-23 00:23

### BEGIN SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Please do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###

edufissure3
550 Permission denied
Posts: 29
Joined: 2022-01-16 12:04
First name: Eduardo
Last name: Gutierrez

Re: Error in Ubuntu 18.04

#5 Post by edufissure3 » 2022-01-23 11:26

Yes i know, but for example if you download https://filezilla-project.org/nightlies ... er.tar.bz2 from here and extract, you cant compile, or i cant see the READMe, ./configure and make, make install scripts to compile.... Sorry if im confused or i missed something.

Cloud2021
500 Command not understood
Posts: 1
Joined: 2022-01-23 12:59
First name: JC
Last name: Smith

Re: Error in Ubuntu 18.04

#6 Post by Cloud2021 » 2022-01-23 13:03

I am trying to download but i am not seeing the configure files. Is there any build source for linux I can compile to?

User avatar
oibaf
Contributor
Posts: 396
Joined: 2021-07-16 21:02
First name: Fabio
Last name: Alemagna

Re: Error in Ubuntu 18.04

#7 Post by oibaf » 2022-01-24 07:22

edufissure3 wrote:
2022-01-23 11:26
Yes i know, but for example if you download https://filezilla-project.org/nightlies ... er.tar.bz2 from here and extract, you cant compile, or i cant see the READMe, ./configure and make, make install scripts to compile.... Sorry if im confused or i missed something.
That is the link to the binaries, not the sources.

Click on "sources snapshot" on the page that @boco linked, or download the latest source snapshots from here: https://filezilla-project.org/nightlies_server/latest/

Post Reply