Installing problems

MasterX

Verified User
Joined
Sep 18, 2007
Messages
9
Dear people,

I got some difficulties installing DA on my ubuntu debian machine.
after choosing the apache versions

Would you like the default settings of apache 2.2 and php 5 cli? (y/n): y
Using the default settings for custombuild.
beginning pre-checks, please wait...
/bin/sh: Can't open wget
adding bison ...
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
adding flex ...
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
adding gd ...
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
adding bind-utils ...
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
adding bind ...
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
adding bind-libs ...
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
ln: creating symbolic link `/etc/init.d/named' to `bind9': File exists
adding patch ...
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
adding openssl ...
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
adding openssl-devel ...
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
adding krb5-libs ...
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
adding krb5-devel ...
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
./setup.sh: 975: rpm: not found
adding perl-DBI ...
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
Couldn't find quotas. Installing them.
adding quota ...
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavail able)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another proc ess using it?
/usr/bin/wget: 1: --16:06:10--: not found
/usr/bin/wget: 4: Syntax error: EOF in backquote substitution
/usr/bin/wget: 1: --16:06:10--: not found
/usr/bin/wget: 4: Syntax error: EOF in backquote substitution

I am a big noob on linux systems so can somebody help me?

Regards,

MasterX
 
got this above problem fixed now

but now it says:

Using customapache with apache 1.3 and php 4.
beginning pre-checks, please wait...
--20:00:48-- 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: 730 [application/x-sh]

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

20:00:49 (94.04 MB/s) - `/usr/local/directadmin/scripts/files.sh' saved [730/730]

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
./setup.sh: 975: rpm: not found
adding perl-DBI ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package perl-DBI
--20:00:50-- 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.
ERROR: Certificate verification error for www.directadmin.com: unable to get local issuer certificate
To connect to www.directadmin.com insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
*******************

wget does not support https. Downloading a new wget for you from http://files.directadmin.com/services/debian_4.0/wget

*******************
--20:00:51-- http://files.directadmin.com/services/debian_4.0/wget
=> `/usr/bin/wget2'
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: 1,553,226 (1.5M) [text/plain]

100%[==================================================================================>] 1,553,226 900.07K/s

20:00:53 (898.49 KB/s) - `/usr/bin/wget2' saved [1553226/1553226]

pausing for 2 seconds to let system find the new wget...
/usr/bin/wget: unrecognized option `--no-check-certificate'
Usage: wget [OPTION]... ... Try `wget --help' for more opt...ould anyone help me??????? Regards, MasterX
 
Looks like your wget didnt support https...

Try this:

Code:
mv /usr/bin/wget /usr/bin/wget.old
mv /usr/bin/wget2 /usr/bin/wget

Then run the setup.sh again
 
Back
Top