Gentoo Archives: gentoo-user

From: Jason Ausmus <AusmusJa@××××.com>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] dev-lang/php-5.1.4 emerge failing
Date: Mon, 22 May 2006 21:05:53
Message-Id: B2C60FD2F68ECF4984E0D0B6FF3AA3F4FC1DC1@XCHCLUSTER.corp.hlyw.pvt
1 > -----Original Message-----
2 > From: Jason Ausmus [mailto:AusmusJa@××××.com]
3 > Sent: Monday, May 22, 2006 9:46 AM
4 > To: gentoo-user@l.g.o
5 > Subject: RE: [gentoo-user] dev-lang/php-5.1.4 emerge failing
6 >
7 > > -----Original Message-----
8 > > From: kashani [mailto:kashani-list@××××××××.net]
9 > > Sent: Friday, May 19, 2006 11:04 AM
10 > > To: gentoo-user@l.g.o
11 > > Subject: Re: [gentoo-user] dev-lang/php-5.1.4 emerge failing
12 > >
13 > > Jason Ausmus wrote:
14 > > > Okay, here's another one:
15 > > >
16 > > > I can't emerge dev-lang/php-5.1.4. It fails like this:
17 > > >
18 > > > ---------------------------------
19 > > >
20 > > > checking for mSQL support... no
21 > > > checking for MSSQL support via FreeTDS... yes checking for
22 > > dnet_addr
23 > > > in -ldnet_stub... no checking for MySQL support... yes
24 > checking for
25 > > > specified location of the MySQL UNIX socket...
26 > > > /var/run/mysqld/mysqld.sock
27 > > > checking for MySQL UNIX socket location...
28 > > /var/run/mysqld/mysqld.sock
29 > > > configure: error: Cannot find MySQL header files under
30 > > /usr/lib/mysql.
31 > > > Note that the MySQL client library is not bundled anymore!
32 > > >
33 > > > !!! ERROR: dev-lang/php-5.1.4 failed.
34 > >
35 > > I see that you're updating from 5.1.1 which was
36 > released several
37 > > month ago, maybe Dec/Jan? Around that time slotted Mysql
38 > was active.
39 > > It is possible that you Mysql libs are installed into
40 > > /usr/lib/mysql-500 or something similar?
41 > > Assuming you do I'd update Mysql first to a non slotted
42 > build and then
43 > > try to install PHP again.
44 >
45 > ls /usr/lib/my* returns nothing.
46 >
47 > >
48 > > BTW if you're messing with Mysql 5.0 there was a default charset
49 > > change from latin1 to utf8 around that time as well so watch your
50 > > my.conf file.
51 > > Bugzilla was very unhappy when its charsets suddenly changed.
52 >
53 > `find / -iname my.conf` returns nothing. Where should I look for it?
54 >
55 > Any other ideas, or any other info I can give to help figure this out?
56 >
57 > Thanks,
58 > Jason
59 >
60 > --
61 > gentoo-user@g.o mailing list
62 >
63 >
64
65 In case this helps, I have this weird thing going on with mysql:
66
67 if I try to unmerge then reemerge mysql, this is what it looks like:
68
69 -------------------------------------------------------------------
70
71 h0486tux etc # emerge -C mysql
72
73 dev-db/mysql
74 selected: 5.0.21
75 protected: none
76 omitted: none
77
78 >>> 'Selected' packages are slated for removal.
79 >>> 'Protected' and 'omitted' packages will not be removed.
80
81 >>> Waiting 5 seconds before starting...
82 >>> (Control-C to abort)...
83 >>> Unmerging in: 5 4 3 2 1
84 >>> Unmerging dev-db/mysql-5.0.21...
85 No package files given... Grabbing a set.
86 >>> Regenerating /etc/ld.so.cache...
87
88 * GNU info directory index is up-to-date.
89
90 h0486tux etc #
91
92 -------------------------------------------------------------------
93
94 h0486tux etc # emerge mysql
95 Calculating dependencies... done!
96 >>> Emerging (1 of 1) dev-db/mysql-5.0.21 to /
97 >>> checking ebuild checksums ;-)
98 >>> checking auxfile checksums ;-)
99 >>> checking miscfile checksums ;-)
100 >>> Unpacking source...
101 >>> Source unpacked.
102 >>> Compiling source in /var/tmp/portage/mysql-5.0.21 ...
103 >>> Source compiled.
104 >>> Test phase [not enabled]: dev-db/mysql-5.0.21
105
106 >>> Install mysql-5.0.21 into /var/tmp/portage/mysql-5.0.21/image/
107 category dev-db
108 >>> Completed installing mysql-5.0.21 into
109 /var/tmp/portage/mysql-5.0.21/image/
110
111 man:
112 >>> Merging dev-db/mysql-5.0.21 to /
113 >>> Safely unmerging already-installed instance...
114 No package files given... Grabbing a set.
115 >>> Original instance of package unmerged safely.
116 >>> Regenerating /etc/ld.so.cache...
117 >>> dev-db/mysql-5.0.21 merged.
118 >>> Recording dev-db/mysql in "world" favorites file...
119
120 >>> No packages selected for removal by clean.
121
122 >>> Auto-cleaning packages...
123
124 >>> No outdated packages were found on your system.
125
126
127 * GNU info directory index is up-to-date.
128
129 h0486tux etc #
130
131 -------------------------------------------------------------------
132
133 Both steps take about 20 seconds to complete. What is actually being
134 done here?... because it doesn't seem like anything is happening at all.
135
136 Jason
137
138 --
139 gentoo-user@g.o mailing list