• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Ubuntu 10.10 TFS Repositories

MeNi

*^#%$%
Joined
Jul 23, 2008
Messages
183
Reaction score
12
Hello, what repositories should i use to install following packages on my server to make my TFS compile:

Code:
apt-get install libboost1.38-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 libsqlite0 libsqlite0-dev libsqlite3-0 libsqlite3-dev sqlite3 lua5.1 libmysql++-dev libgmp3-dev subversion make g++ libxml2 libxml2-dev libxml++2.6-dev libmysqlclient15-dev mysql-client-5.0 mysql-common mysql-server-5.0 gcc cpp automake autoconf pkg-config zlib1g-dev ccache libcrypto++-dev

My actual repositories in /etc/apt/sources.list are:

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick main restricted
deb-src ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick-updates main restricted
deb-src ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick universe
deb-src ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick universe
deb ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick-updates universe
deb-src ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick multiverse
deb-src ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick multiverse
deb ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick-updates multiverse
deb-src ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
# deb-src ftp://mirror.ovh.net/ftp.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb Index of /ubuntu maverick partner
# deb-src Index of /ubuntu maverick partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb Index of /ubuntu maverick main
deb-src Index of /ubuntu maverick main

deb Index of /ubuntu maverick-security main restricted
deb-src Index of /ubuntu maverick-security main restricted
deb Index of /ubuntu maverick-security universe
deb-src Index of /ubuntu maverick-security universe
deb Index of /ubuntu maverick-security multiverse
deb-src Index of /ubuntu maverick-security multiverse

but there is problem with packages missing...
 
Try
PHP:
echo '
# The Forgotten Server - Otland.net
deb http://tfs.dondaniello.com/debian stable/
deb-src http://tfs.dondaniello.com/debian stable/

# Dotdeb is a repository containing packages to turn your Debian boxes into powerful, stable and up-to-date LAMP servers.
deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all' >> /etc/apt/sources.list
(from installer.sh)
 
Back
Top