LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   need an expert for this one (https://www.linuxquestions.org/questions/linux-software-2/need-an-expert-for-this-one-158521/)

jjd228 03-17-2004 11:09 AM

the topmost link is an older mysql client rpm. do i somehow extract the file out of it? and if so, where do i put it?

can you advise?

coolamit78 03-17-2004 12:07 PM

Take a look at this page which deals with a similar issue as yours:

http://lists.freshrpms.net/pipermail...ne/004920.html

Hope that helps..

Regards,

amit

jjd228 03-17-2004 12:09 PM

ok and where would i need to put the specific file so that its found when i try to install the php-mysql package?

jjd228 03-17-2004 12:25 PM

# rpm2cpio /root/mysqltmp/MySQL-client-3.22.25-1.i386.rpm | cpio -dim
1002 blocks


truly fucking ponderous

now what? i see no files

jjd228 03-17-2004 12:29 PM

ok... the file /root/usr/lib/libmysqlclient.so.6 obviously exists. yet when i try to install php-mysql rpm i get file not found. so... is there somewhere magical and special that this file needs to be?

coolamit78 03-17-2004 12:41 PM

Well..Since I havent experimented much with extracting file from an rpm archive, I'll not be able to provide the exact solution.

However, there's a program called 'mc' that can be used to browse and copy files out of an rpm archive.

Click the link below

http://rpmseek.com/rpm-pl/mc.html?hl=de&cx=0::

Now download 'mc' for RedHat 9, the download link is at the bottom of the webpage that you'll get by clicking the above link. Just spot the file for RedHat 9....

mc-4.6.0-4.i386.rpm RedHat 9 4.6.0 4 i386

Install mc and lets hope that this time you get through..

Cheers!

jjd228 03-17-2004 12:53 PM

oh im beyond that now. the file i needed exists on the harddrive. i just dont know where its supposed to be. do you?

turbocharge 08-19-2004 12:51 AM

Hi,

I am trying to install phpBB2, for which (I believe from all the messages I've read) php-mysql has to be installed first. I carefully read through all the messages in this thread and tried the suggested techniques. When I ran apt-get it seems like I still have a dependency problem:

Code:

apt-get -f install php-mysql-4.0.2-1.i386.rpm Reading Package Lists... Done
Building Dependency Tree... Done
Selecting php-mysql for 'php-mysql-4.0.2-1.i386.rpm'
php-mysql is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  MySQL-shared-compat: Obsoletes: MySQL-shared
  php-mysql: Depends: libmysqlclient.so.6 but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Please advice how I can solve this dependency problem.

Thanks,

Sudhi.


All times are GMT -5. The time now is 10:37 PM.