Unable to download /usr/local/directadmin/update.tar.gz

Status
Not open for further replies.

HMTKSteve

Verified User
Joined
Jan 18, 2009
Messages
73
OS FreeBSD 6.3

I am trying to install DA (My license information says FreeBSD 7.0 but I downgraded due to install requirements of DS) and not having much luck.

After choosing option 1 (or 2) the script begins to try and grab needed files before it dies.

Code:
Fetching http://files.directadmin.com/services/packages-6-stable/Latest/gd.tbz... Done.
pkg_add: package 'gd-2.0.33_4,1' or its older version already installed 

/libexec/ld-elf.so.1: Shared object "libintl.so.6" not found, required by "wget"

chmod: /usr/local/bin/webalizer: No such file or directory
/libexec/ld-elf.so.1: Shared object "libintl.so.6" not found, required by "wget"

/libexec/ld-elf.so.1: Shared object "libintl.so.6" not found, required by "wget"

Unable to download /usr/local/directadmin/update.tar.gz

This is a clean install. Other than adding a dhcp server, natd and ipfw nothing else has been installed.

Using locate to find ld-elf.so.1:

/libexec/ld-elf.so.1
/usr/libexec/ld-elf.so.1

libintl.so.6 is not on my system. I do have libintl.so.8 in my /usr/local/lib directory.

Nevermind. I simply ran:

Code:
ln -s libintl.so.8 libintl.so.6
and now it works
 
Last edited:
Status
Not open for further replies.
Back
Top