Hi all,

:; filezilla
ld.so.1: filezilla: fatal: libidn.so.11: open failed: No such file or directory ld.so.1: filezilla: fatal: relocation error: file /usr/bin/filezilla: symbol idna_to_ascii_8z: referenced symbol not found
Killed

:; ldd $(which filezilla) | grep "not found"
        libidn.so.11 =>  (file not found)

:; pkg search -l /usr/lib/libidn.so.11
[EMPTY]

:; pkg search -l /usr/lib/libidn.so.12
INDEX      ACTION VALUE                PACKAGE
path       link   usr/lib/libidn.so.12 pkg:/library/[email protected]


This ugly hack fixes it (hopefully, I will remember to remove it one day):
:; pfexec ln -s /usr/lib/libidn.so.12 /usr/lib/libidn.so.11
:; pfexec ln -s /usr/lib/amd64/libidn.so.12 /usr/lib/amd64/libidn.so.11

With best regards.
Predrag Zečević

P.S: I recall that someone is trying to get newer version compiled, but I am not sure how far is that
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: [email protected]

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am Taunus, Germany
registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to