* [gentoo-user] Gentoo and Ultramonkey
@ 2009-09-27 23:20 Nick Khamis
2009-09-27 23:24 ` Maxime Gidding
2009-09-27 23:33 ` Volker Armin Hemmann
0 siblings, 2 replies; 7+ messages in thread
From: Nick Khamis @ 2009-09-27 23:20 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 434 bytes --]
Hello Everyone I am new to gentoo, usually I use Debian. I have a fresh
install x86 2.6.30 kernel and I was trying to get Ultramonkey going on the
box. I looking for the equivilant to the following deb packages for Gentoo
please
* libdbi-perl
* libdbd-mysql-perl
* libmysqlclient14-dev
If you feel that there is anything else I need to know about getting
Ultramonkey working on Gentoo please let me know.
Thanks In Advanced,
Ninus
[-- Attachment #2: Type: text/html, Size: 477 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Gentoo and Ultramonkey
2009-09-27 23:20 [gentoo-user] Gentoo and Ultramonkey Nick Khamis
@ 2009-09-27 23:24 ` Maxime Gidding
2009-09-27 23:33 ` Volker Armin Hemmann
1 sibling, 0 replies; 7+ messages in thread
From: Maxime Gidding @ 2009-09-27 23:24 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 696 bytes --]
Hi, there's a nifty little app called eix (app-portage/eix), it creates a
cache of your portage tree and allows you to search through it. It should
help you find what you are looking for.
2009/9/28 Nick Khamis <symack@gmail.com>
> Hello Everyone I am new to gentoo, usually I use Debian. I have a fresh
> install x86 2.6.30 kernel and I was trying to get Ultramonkey going on the
> box. I looking for the equivilant to the following deb packages for Gentoo
> please
>
> * libdbi-perl
> * libdbd-mysql-perl
> * libmysqlclient14-dev
>
> If you feel that there is anything else I need to know about getting
> Ultramonkey working on Gentoo please let me know.
>
> Thanks In Advanced,
> Ninus
>
>
>
[-- Attachment #2: Type: text/html, Size: 969 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Gentoo and Ultramonkey
2009-09-27 23:20 [gentoo-user] Gentoo and Ultramonkey Nick Khamis
2009-09-27 23:24 ` Maxime Gidding
@ 2009-09-27 23:33 ` Volker Armin Hemmann
2009-09-28 0:37 ` Nick Khamis
1 sibling, 1 reply; 7+ messages in thread
From: Volker Armin Hemmann @ 2009-09-27 23:33 UTC (permalink / raw
To: gentoo-user
On Montag 28 September 2009, Nick Khamis wrote:
> Hello Everyone I am new to gentoo, usually I use Debian. I have a fresh
> install x86 2.6.30 kernel and I was trying to get Ultramonkey going on the
> box. I looking for the equivilant to the following deb packages for Gentoo
> please
>
> * libdbi-perl
> * libdbd-mysql-perl
> * libmysqlclient14-dev
>
> If you feel that there is anything else I need to know about getting
> Ultramonkey working on Gentoo please let me know.
>
> Thanks In Advanced,
> Ninus
>
emerge -s lbdbi
* dev-db/libdbi
Latest version available: 0.8.3
Latest version installed: [ Not Installed ]
Size of files: 1,035 kB
Homepage: http://libdbi.sourceforge.net/
Description: libdbi implements a database-independent abstraction
layer in C, similar to the DBI/DBD layer in Perl.
License: LGPL-2.1
emerge -pv libdbi
[ebuild N ] dev-python/egenix-mx-base-3.1.2 7,976 kB
[ebuild N ] dev-db/postgresql-server-8.4.1 USE="nls perl python xml -doc
(-selinux) -tcl -uuid" LINGUAS="de -af -cs -es -fa -fr -hr -hu -it -ko -nb -pl
-pt_BR -ro -ru -sk -sl -sv -tr -zh_CN -zh_TW" 0 kB
[ebuild N ] virtual/postgresql-server-8.4 0 kB
[ebuild N ] dev-db/libdbi-0.8.3 USE="-doc" 1,036 kB
[ebuild N ] dev-db/libdbi-drivers-0.8.3 USE="postgres sqlite sqlite3 -
bindist -doc (-firebird) -mysql -oci8" 1,499 kB
you see, mysql is an useflag for libdbi. So all you have to do is set the
useflags and emerge libdbi.
And for the future, please read the documentation. Almost everything is
covered in it.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Gentoo and Ultramonkey
2009-09-27 23:33 ` Volker Armin Hemmann
@ 2009-09-28 0:37 ` Nick Khamis
2009-09-28 19:03 ` [gentoo-user] " walt
2009-09-28 19:09 ` [gentoo-user] " Michael Higgins
0 siblings, 2 replies; 7+ messages in thread
From: Nick Khamis @ 2009-09-28 0:37 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2040 bytes --]
Hello Gentlemen,
Thank you for your responses, I do apologize for the inconvenience. So all I
have to do is modify /etc/make.conf by adding mysql and emerge libdbi. I do
not need to install mysql server, this machine only needs mysqlclient.
Thanks again for your help.
Nick
On Sun, Sep 27, 2009 at 11:33 PM, Volker Armin Hemmann <
volkerarmin@googlemail.com> wrote:
> On Montag 28 September 2009, Nick Khamis wrote:
> > Hello Everyone I am new to gentoo, usually I use Debian. I have a fresh
> > install x86 2.6.30 kernel and I was trying to get Ultramonkey going on
> the
> > box. I looking for the equivilant to the following deb packages for
> Gentoo
> > please
> >
> > * libdbi-perl
> > * libdbd-mysql-perl
> > * libmysqlclient14-dev
> >
> > If you feel that there is anything else I need to know about getting
> > Ultramonkey working on Gentoo please let me know.
> >
> > Thanks In Advanced,
> > Ninus
> >
>
> emerge -s lbdbi
>
> * dev-db/libdbi
> Latest version available: 0.8.3
> Latest version installed: [ Not Installed ]
> Size of files: 1,035 kB
> Homepage: http://libdbi.sourceforge.net/
> Description: libdbi implements a database-independent abstraction
> layer in C, similar to the DBI/DBD layer in Perl.
> License: LGPL-2.1
>
> emerge -pv libdbi
>
> [ebuild N ] dev-python/egenix-mx-base-3.1.2 7,976 kB
> [ebuild N ] dev-db/postgresql-server-8.4.1 USE="nls perl python xml
> -doc
> (-selinux) -tcl -uuid" LINGUAS="de -af -cs -es -fa -fr -hr -hu -it -ko -nb
> -pl
> -pt_BR -ro -ru -sk -sl -sv -tr -zh_CN -zh_TW" 0 kB
> [ebuild N ] virtual/postgresql-server-8.4 0 kB
> [ebuild N ] dev-db/libdbi-0.8.3 USE="-doc" 1,036 kB
> [ebuild N ] dev-db/libdbi-drivers-0.8.3 USE="postgres sqlite sqlite3 -
> bindist -doc (-firebird) -mysql -oci8" 1,499 kB
>
>
>
> you see, mysql is an useflag for libdbi. So all you have to do is set the
> useflags and emerge libdbi.
>
> And for the future, please read the documentation. Almost everything is
> covered in it.
>
>
[-- Attachment #2: Type: text/html, Size: 2655 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Gentoo and Ultramonkey
2009-09-28 0:37 ` Nick Khamis
@ 2009-09-28 19:03 ` walt
2009-09-28 19:09 ` [gentoo-user] " Michael Higgins
1 sibling, 0 replies; 7+ messages in thread
From: walt @ 2009-09-28 19:03 UTC (permalink / raw
To: gentoo-user
On 09/27/2009 05:37 PM, Nick Khamis wrote:
> Hello Gentlemen,
>
> Thank you for your responses, I do apologize for the inconvenience. So
> all I have to do is modify /etc/make.conf by adding mysql...
If you are editing make.conf by hand, you might want to try something
like app-portage/ufed to make management of your use flags easier.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Gentoo and Ultramonkey
2009-09-28 0:37 ` Nick Khamis
2009-09-28 19:03 ` [gentoo-user] " walt
@ 2009-09-28 19:09 ` Michael Higgins
2009-09-28 19:43 ` Nick Khamis
1 sibling, 1 reply; 7+ messages in thread
From: Michael Higgins @ 2009-09-28 19:09 UTC (permalink / raw
To: gentoo-user
On Mon, 28 Sep 2009 00:37:58 +0000
Nick Khamis <symack@gmail.com> wrote:
[don't top-post, please]
> On Sun, Sep 27, 2009 at 11:33 PM, Volker Armin Hemmann <
> volkerarmin@googlemail.com> wrote:
>
> > On Montag 28 September 2009, Nick Khamis wrote:
> > > Hello Everyone I am new to gentoo, usually I use Debian. I have a
> > > fresh install x86 2.6.30 kernel and I was trying to get
> > > Ultramonkey going on
> > the
> > > box. I looking for the equivilant to the following deb packages
> > > for
> > Gentoo
> > > please
> > >
> > > * libdbi-perl
dev-perl/DBI
... is dbi-perl
> > > * libdbd-mysql-perl
* dev-perl/DBD-mysql
so, just: emerge [-pv] dev-perl/DBD-mysql, which needs what it needs:
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] dev-db/mysql-init-scripts-1.2 0 kB
[ebuild N ] virtual/perl-Sys-Syslog-0.27 0 kB
[ebuild N ] dev-perl/Net-Daemon-0.43 28 kB
[ebuild N ] sys-apps/ed-1.0 67 kB
[ebuild N ] dev-perl/PlRPC-0.2020-r1 18 kB
[ebuild N ] dev-perl/DBI-1.601 484 kB
[ebuild N ] dev-db/mysql-5.0.70-r1 USE="berkdb perl ssl
-big-tables -cluster -debug -embedded -extraengine -latin1 -max-idx-128
-minimal (-selinux) -static" 28,028 kB [ebuild N ]
virtual/mysql-5.0 0 kB [ebuild N ] dev-perl/DBD-mysql-4.00.5 120
kB
and check the use flags... if it looks good, let it rip!
> > > * libmysqlclient14-dev
Well, I think Gentoo is different, in that you always get the required
development libs, say to build DBD::mysql. (If not, there's something
wrong with the ebuild.) I think dev-db/mysql-community is the server
part of mysql, but not sure.
> > >
> > > If you feel that there is anything else I need to know about
> > > getting Ultramonkey working on Gentoo please let me know.
> > >
No idea about ultramonkey, but HTH.
> Hello Gentlemen,
>
> Thank you for your responses, I do apologize for the inconvenience.
> So all I have to do is modify /etc/make.conf by adding mysql and
> emerge libdbi. I do not need to install mysql server, this machine
> only needs mysqlclient. Thanks again for your help.
>
> Nick
>
You may have to add 'perl' to make.conf. Just --pretend your emerge and
have a look... good luck!
-- Michael Higgins
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Gentoo and Ultramonkey
2009-09-28 19:09 ` [gentoo-user] " Michael Higgins
@ 2009-09-28 19:43 ` Nick Khamis
0 siblings, 0 replies; 7+ messages in thread
From: Nick Khamis @ 2009-09-28 19:43 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Hey Mike,
Thanks a lot sir... Much appreciated.
Regards,
Ninus.
[-- Attachment #2: Type: text/html, Size: 86 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-09-28 19:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 23:20 [gentoo-user] Gentoo and Ultramonkey Nick Khamis
2009-09-27 23:24 ` Maxime Gidding
2009-09-27 23:33 ` Volker Armin Hemmann
2009-09-28 0:37 ` Nick Khamis
2009-09-28 19:03 ` [gentoo-user] " walt
2009-09-28 19:09 ` [gentoo-user] " Michael Higgins
2009-09-28 19:43 ` Nick Khamis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox