PDA

View Full Version : Problem Installing



animuson
12-28-2008, 12:10 PM
Using ubuntu-8.04-i386-minimal

I installed cron but I keep getting this error:

beginning pre-checks, please wait...
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
--19:05:20-- http://files.directadmin.com/services/debian_4.0/files.sh
=> `/usr/local/directadmin/scripts/files.sh'
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 714 [application/x-sh]

100%[====================================>] 714 --.--K/s

19:05:21 (75.66 MB/s) - `/usr/local/directadmin/scripts/files.sh' saved [714/714]

adding gd ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package gd
adding krb5-libs ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package krb5-libs
adding krb5-devel ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package krb5-devel
--19:05:22-- https://www.directadmin.com/
=> `/dev/null'
Resolving www.directadmin.com... 66.51.122.131
Connecting to www.directadmin.com|66.51.122.131|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 300 [text/html]

100%[====================================>] 300 --.--K/s

19:05:22 (95.37 MB/s) - `/dev/null' saved [300/300]

--19:05:22-- https://www.directadmin.com/cgi-bin/daupdate?uid=12997&lid=43149
=> `/usr/local/directadmin/update.tar.gz'
Resolving www.directadmin.com... 66.51.122.131
Connecting to www.directadmin.com|66.51.122.131|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,324,429 (3.2M) [application/x-gzip]

100%[====================================>] 3,324,429 971.60K/s ETA 00:00

19:05:26 (916.93 KB/s) - `/usr/local/directadmin/update.tar.gz' saved [3324429/3324429]

Cannot find /etc/sysconfig/rhn/up2date... up2date may break things.
*** Cannot find the /usr/sbin/crond binary. Please install crond (yum install vixie-cron) ***
Installation didn't pass, halting install.
*******************************************
*******************************************

Cannot find /usr/local/bin/php
Please recompile php with custombuild, eg:
cd /usr/local/directadmin/custombuild
./build all d

*******************************************
*******************************************

Any ideas on what is going on?

floyd
12-28-2008, 12:16 PM
whereis crond

animuson
12-28-2008, 12:17 PM
crond:


That's all it returns...

floyd
12-28-2008, 03:02 PM
That means you definitely do not have crond installed. Please install it and try again to install DA.

animuson
12-28-2008, 03:06 PM
There's a file there called cron but not one called crond... Should I just rename it to crond?

floyd
12-28-2008, 03:10 PM
whereis cron

Maybe Ubuntu uses a binary called cron instead.

I think there is a good chance that the DA license you are using does not match the operating system you are using.

animuson
12-28-2008, 03:14 PM
it says its for debian 4.0...

nobaloney
12-28-2008, 07:58 PM
You haven't said if whereis cron returned anything?

Where did you find the file named cron? If it /var/log/cron, then does it have any contents?

It's possible that Debian and Ubuntu aren't the same internally.

You should probably check on an ubuntu forum for information on the cron daemon but then I'd expect other reports of problems.

Jeff

animuson
12-30-2008, 07:48 AM
it puts it at /usr/sbin/cron when directadmin is looking for it at /usr/sbin/crond

edit: no, its not empty

floyd
12-30-2008, 07:56 AM
I really think you need to check your license OS version. DirectAdmin probably will find /usr/sbin/cron if you are installing using the correct license.

animuson
12-30-2008, 08:03 AM
WHat license should Ubuntu 8.04 be using then?

scsi
12-30-2008, 08:05 AM
Debian license.

animuson
12-30-2008, 08:07 AM
Is there a specific version I should have? I have a Debian 4.0 license, shouldn't it work? It says which license you have before you begin installing...

floyd
12-30-2008, 08:10 AM
You can always try creating a symlink from /usr/sbin/crond to /usr/sbin/cron and try the install again and see if it keeps on going. That would have been the first thing I did if I was sure of the license version.

floyd
12-30-2008, 08:12 AM
It says which license you have before you begin

I think it says which operation system you have before it begins.

scsi
12-30-2008, 08:27 AM
Are you sure you have debian license?

Why would it be quoting:

Cannot find /etc/sysconfig/rhn/up2date... up2date may break things.
*** Cannot find the /usr/sbin/crond binary. Please install crond (yum install vixie-cron) ***


It should not be telling you to use yum if you have a debian license.

animuson
12-30-2008, 08:31 AM
Got a lot father...


./directadmin: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory
./directadmin: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory

floyd
12-30-2008, 08:35 AM
I have a Debian 4.0 license

So you are saying that after we asked you about the license version you logged into your account at directadmin.com and checked the OS for your license there? You are not just telling us what you think the license is? You are not going on what the setup script said? You actually saw the license OS on the clients section of directadmin.com?

If you did indeed see the correct license OS in your account on directadmin.com then you need to consult with them directly.

floyd
12-30-2008, 08:47 AM
directadmin: error while loading shared libraries

You don't have the right license.

ben29
12-31-2008, 06:51 AM
the answer is on this error


yum install vixie-cron


try this out..:}