* [gentoo-perl] DBD-mysql should not depend on dev-db/mysql @ 2009-07-01 14:54 Zhang Jun 2009-07-01 15:09 ` Ruslan Zakirov 2009-07-01 18:21 ` Kent Fredric 0 siblings, 2 replies; 5+ messages in thread From: Zhang Jun @ 2009-07-01 14:54 UTC (permalink / raw To: gentoo-perl DBD::mysql is just need some mysql library and header files, mysqld should not be needed. maybe the reason is gentoo does not like other pre-compiled distro, and compiling the header/lib need compile mysqld ? # emerge -pvt DBD-mysql These are the packages that would be merged, in reverse order: Calculating dependencies... done! [ebuild N ] dev-perl/DBD-mysql-4.00.5 120 kB [ebuild N ] virtual/mysql-5.0 0 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 ] dev-db/mysql-init-scripts-1.2 0 kB [ebuild N ] sys-apps/ed-1.0 67 kB ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-perl] DBD-mysql should not depend on dev-db/mysql 2009-07-01 14:54 [gentoo-perl] DBD-mysql should not depend on dev-db/mysql Zhang Jun @ 2009-07-01 15:09 ` Ruslan Zakirov 2009-07-01 16:59 ` Adam Prime 2009-07-01 18:21 ` Kent Fredric 1 sibling, 1 reply; 5+ messages in thread From: Ruslan Zakirov @ 2009-07-01 15:09 UTC (permalink / raw To: gentoo-perl As far as I recall gentoo has no mysql-libs package, so to build libs you have to install whole mysql. On Wed, Jul 1, 2009 at 6:54 PM, Zhang Jun<gb2313@gmail.com> wrote: > DBD::mysql is just need some mysql library and header files, > mysqld should not be needed. > > maybe the reason is gentoo does not like other pre-compiled distro, > and compiling the header/lib need compile mysqld ? > > # emerge -pvt DBD-mysql > > These are the packages that would be merged, in reverse order: > > Calculating dependencies... done! > [ebuild N ] dev-perl/DBD-mysql-4.00.5 120 kB > [ebuild N ] virtual/mysql-5.0 0 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 ] dev-db/mysql-init-scripts-1.2 0 kB > [ebuild N ] sys-apps/ed-1.0 67 kB > > -- Best regards, Ruslan. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-perl] DBD-mysql should not depend on dev-db/mysql 2009-07-01 15:09 ` Ruslan Zakirov @ 2009-07-01 16:59 ` Adam Prime 2009-07-02 1:11 ` Zhang Jun 0 siblings, 1 reply; 5+ messages in thread From: Adam Prime @ 2009-07-01 16:59 UTC (permalink / raw To: gentoo-perl I'm pretty sure that with USE=minimal dev-db/mysql will only install the client libraries. Adam Ruslan Zakirov wrote: > As far as I recall gentoo has no mysql-libs package, so to build libs > you have to install whole mysql. > > On Wed, Jul 1, 2009 at 6:54 PM, Zhang Jun<gb2313@gmail.com> wrote: >> DBD::mysql is just need some mysql library and header files, >> mysqld should not be needed. >> >> maybe the reason is gentoo does not like other pre-compiled distro, >> and compiling the header/lib need compile mysqld ? >> >> # emerge -pvt DBD-mysql >> >> These are the packages that would be merged, in reverse order: >> >> Calculating dependencies... done! >> [ebuild N ] dev-perl/DBD-mysql-4.00.5 120 kB >> [ebuild N ] virtual/mysql-5.0 0 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 ] dev-db/mysql-init-scripts-1.2 0 kB >> [ebuild N ] sys-apps/ed-1.0 67 kB >> >> > > > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-perl] DBD-mysql should not depend on dev-db/mysql 2009-07-01 16:59 ` Adam Prime @ 2009-07-02 1:11 ` Zhang Jun 0 siblings, 0 replies; 5+ messages in thread From: Zhang Jun @ 2009-07-02 1:11 UTC (permalink / raw To: gentoo-perl O, thank you! 2009/7/2 Adam Prime <adam.prime@utoronto.ca>: > I'm pretty sure that with USE=minimal dev-db/mysql will only install the > client libraries. > > Adam > > Ruslan Zakirov wrote: >> >> As far as I recall gentoo has no mysql-libs package, so to build libs >> you have to install whole mysql. >> >> On Wed, Jul 1, 2009 at 6:54 PM, Zhang Jun<gb2313@gmail.com> wrote: >>> >>> DBD::mysql is just need some mysql library and header files, >>> mysqld should not be needed. >>> >>> maybe the reason is gentoo does not like other pre-compiled distro, >>> and compiling the header/lib need compile mysqld ? >>> >>> # emerge -pvt DBD-mysql >>> >>> These are the packages that would be merged, in reverse order: >>> >>> Calculating dependencies... done! >>> [ebuild N ] dev-perl/DBD-mysql-4.00.5 120 kB >>> [ebuild N ] virtual/mysql-5.0 0 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 ] dev-db/mysql-init-scripts-1.2 0 kB >>> [ebuild N ] sys-apps/ed-1.0 67 kB >>> >>> >> >> >> > > > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-perl] DBD-mysql should not depend on dev-db/mysql 2009-07-01 14:54 [gentoo-perl] DBD-mysql should not depend on dev-db/mysql Zhang Jun 2009-07-01 15:09 ` Ruslan Zakirov @ 2009-07-01 18:21 ` Kent Fredric 1 sibling, 0 replies; 5+ messages in thread From: Kent Fredric @ 2009-07-01 18:21 UTC (permalink / raw To: gentoo-perl [-- Attachment #1: Type: text/plain, Size: 1020 bytes --] On Thu, Jul 2, 2009 at 2:54 AM, Zhang Jun <gb2313@gmail.com> wrote: > DBD::mysql is just need some mysql library and header files, > mysqld should not be needed. > > maybe the reason is gentoo does not like other pre-compiled distro, > and compiling the header/lib need compile mysqld ? > > # emerge -pvt DBD-mysql > > These are the packages that would be merged, in reverse order: > > Calculating dependencies... done! > [ebuild N ] dev-perl/DBD-mysql-4.00.5 120 kB > [ebuild N ] virtual/mysql-5.0 0 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 ] dev-db/mysql-init-scripts-1.2 0 kB > [ebuild N ] sys-apps/ed-1.0 67 kB > > <flag name='minimal'>Install client programs only, no server</flag> -- Kent perl -e "print substr( \"edrgmaM SPA NOcomil.ic\\@tfrken\", \$_ * 3, 3 ) for ( 9,8,0,7,1,6,5,4,3,2 ); http://kent-fredric.fox.geek.nz [-- Attachment #2: Type: text/html, Size: 1471 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-07-02 1:11 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-07-01 14:54 [gentoo-perl] DBD-mysql should not depend on dev-db/mysql Zhang Jun 2009-07-01 15:09 ` Ruslan Zakirov 2009-07-01 16:59 ` Adam Prime 2009-07-02 1:11 ` Zhang Jun 2009-07-01 18:21 ` Kent Fredric
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox