@Wesley - I have had a problem similar to this, on Ubuntu 12.10.
The problem happens because there is an old, unfinished version of drbl that is in the Ubuntu libraries somewhere.
The author of drbl has advised:
Please follow the instructions at http://drbl.org/installation/
to install drbl.
As described here: http://drbl.org/installation/02-install-required-packages.php
Last edit: CajunBill 2013-08-16
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am having a ton of trouble and I have been getting frustrated. I hope someone here can point me in the correct direction. I am on ubuntu 12.04
I have done these steps
sudo sh -c "echo 'deb http://drbl.sourceforge.net/drbl-core drbl stable' >> /etc/apt/sources.list"
wget -q http://drbl.nchc.org.tw/GPG-KEY-DRBL -O- | apt-key add -
sudo apt-get update
sudo apt-get install drbl
Now after doing all that, I am supposed to be able to...
/opt/drbl/sbin/drblsrv -i
/opt/drbl/sbin/drblpush -i
/opt/drbl/sbin/dcs
But this does not work. the folder /opt/ is COMPLETElY empty. I have no clue why, and I have not found a single person run into this issue. Any help?
As described here:
http://drbl.org/installation/02-install-required-packages.php
...
"From DRBL version 2.x, those related files are not in /opt/drbl/ anymore. All the files are in /usr/sbin/, /usr/bin, /etc/drbl/ or /usr/share/drbl/."
...
So drblsrv and drblpush are actually in /usr/sbin/.
Steven.
@Wesley - I have had a problem similar to this, on Ubuntu 12.10.
The problem happens because there is an old, unfinished version of drbl that is in the Ubuntu libraries somewhere.
The author of drbl has advised:
Please follow the instructions at
http://drbl.org/installation/
to install drbl.
As described here:
http://drbl.org/installation/02-install-required-packages.php
Last edit: CajunBill 2013-08-16