You are not logged in.

#1 2009-03-18 23:56:15

Darksoul
Member
Registered: 2009-03-14
Posts: 25

Need some packages

apt-get install build-essential libpcre3-dev libssl-dev autoconf automake libtool
apt-get install subversion libmysql++2c2a libmysql++-dev

I'm new to arch and half of that wont download from pacman (Or I just don't know how..)

but I really need libpcre3-dev, libssl-dev, libmysql++2c2a and libmysql++-dev

Can anyone help?.

Offline

#2 2009-03-18 23:56:58

SamC
Member
From: Calgary
Registered: 2008-05-13
Posts: 611
Website

Re: Need some packages

You do realize that those are commands for ubuntu, right? That should be covered by installing base-devel and mysql.

Offline

#3 2009-03-18 23:57:58

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,395
Website

Re: Need some packages

Arch does not split packages up into components so anything with -dev on the end will exist in its base package.  i.e. for libssl-dev, install libssl (which actually does not exist...).  So you need to find out what parent package Ubuntu/Debian splits these from. "pacman -Ss" will help you search for the rest.

Offline

#4 2009-03-19 00:09:01

Darksoul
Member
Registered: 2009-03-14
Posts: 25

Re: Need some packages

SamC wrote:

You do realize that those are commands for ubuntu, right? That should be covered by installing base-devel and mysql.

I am well aware those are for ubuntu/DEBIAN. If you had read past the first line you would have seen I tried using pacman to install, but since I am new to arch I don't know everything about pacman.

And I had no idea MySQL installed libssl-dev.

Offline

#5 2009-03-19 00:13:14

SamC
Member
From: Calgary
Registered: 2008-05-13
Posts: 611
Website

Re: Need some packages

It probably doesn't. I just read the "build-essential" and "libmysql" parts.

Offline

#6 2009-03-19 03:09:46

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: Need some packages

The pkgfile tool is your friend. wink It is in the community/pkgtools package.

Did you install these packages?

bp:~$ pkgfile libpcre.so
core/pcre
bp:~$ pkgfile libssl.so
community/apache13
community/lib32-openssl
core/openssl
bp:~$ pkgfile libmysqlclient.so
extra/libmysqlclient

To know or not to know ...
... the questions remain forever.

Offline

#7 2009-03-19 05:19:50

Darksoul
Member
Registered: 2009-03-14
Posts: 25

Re: Need some packages

I will look into this, thank you bernarcher!

Offline

Board footer

Powered by FluxBB