search for: libdb4

Displaying 3 results from an estimated 3 matches for "libdb4".

Did you mean: libdb
2015 Mar 22
2
error building apr-util spec file
....h... no *checking for Berkeley DB... not found* *configure: error: Berkeley DB not found.* error: Bad exit status from /var/tmp/rpm-tmp.yh0jGv (%build) It's claiming that Berkeley DB isn't installed. But to me it looks like I have the right libraries: [root at repo:~] #rpm -qa | grep db4 libdb4-utils-4.8.30-13.el7.x86_64 libdb4-devel-static-4.8.30-13.el7.x86_64 libdb4-4.8.30-13.el7.x86_64 libdb4-devel-4.8.30-13.el7.x86_64 This is the part of the spec file that calls for db4: %configure --with-apr=%{_prefix} \ --includedir=%{_includedir}/apr-%{apuver} \ --with-ldap --wit...
2015 Mar 22
3
error building apr-util spec file
Peter, You're missing a -devel package. You should be building this in mock, > then it will install the correct deps for you in a clean build environment. > These are the packages I have: [root at repo:~] #rpm -qa | grep db4 libdb4-utils-4.8.30-13.el7.x86_64 *libdb4-devel-static-4.8.30-13.el7.x86_64* libdb4-4.8.30-13.el7.x86_64 *libdb4-devel-4.8.30-13.el7.x86_64* I see I have two devel packages for db4. So what am I missing? Also how do I build in mock? Thanks, Tim On Sun, Mar 22, 2015 at 4:17 PM, Peter <peter at pajami...
2014 Oct 15
1
difficulties in compiling php-5.3.29 source from php.net using CentOS 7
Hello; I'm having difficulties in compiling php-5.3.29 source from php.net using CentOS 7. I need to bring my PHP development and production environment forward from PHP 5.3.3 which is using an abandoned php-template application from sourceforge. Since I need to do this in stages (it would be nice if I could just install the CentOS 7 php and apache versions with the "best" current