Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

checking for MySQL library directory... no

Linux Kernel, Network, and Services configuration.
Message
Author
Husker
Posts: 12
Joined: 2018-04-04 22:23

Re: checking for MySQL library directory... no

#16 Post by Husker »

Segfault wrote:

Code: Select all

dpkg -L <package>
This will list all files and locations installed by <package>.
I'm sorry but what is the name of the package you would like to see?
dpkg -L mysql-common
/.
/etc
/etc/mysql
/etc/mysql/conf.d
/etc/mysql/conf.d/mysql.cnf
/etc/mysql/conf.d/mysqldump.cnf
/etc/mysql/my.cnf.fallback
/usr
/usr/share
/usr/share/doc
/usr/share/doc/mysql-common
/usr/share/doc/mysql-common/changelog.gz
/usr/share/doc/mysql-common/copyright
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/mysql-common
/usr/share/mysql-common
/usr/share/mysql-common/configure-symlinks

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: checking for MySQL library directory... no

#17 Post by stevepusser »

Pretty much the same type of problem as your first one. That second error would lead me to think that you don't have the libmysql++-dev package installed. It's listed as a build-depend in that linked guide for 16.04. Is it installed? Have you installed the rest of them that are possible in Stretch?
MX Linux packager and developer

Husker
Posts: 12
Joined: 2018-04-04 22:23

Re: checking for MySQL library directory... no

#18 Post by Husker »

stevepusser wrote:Pretty much the same type of problem as your first one. That second error would lead me to think that you don't have the libmysql++-dev package installed. It's listed as a build-depend in that linked guide for 16.04. Is it installed? Have you installed the rest of them that are possible in Stretch?
Hello again and no

Code: Select all

libmysql++-dev
was not installed and how would install the rest of them that are possible in Stretch, please?

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: checking for MySQL library directory... no

#19 Post by stevepusser »

Please follow the Ubuntu 16.04 instruction link that you gave above. Scroll up to where it says what you need to install to build it on Ubuntu 16.04. Install all the packages that it says to. If it fails because it says a package is not available, edit that one out of the command.
MX Linux packager and developer

Husker
Posts: 12
Joined: 2018-04-04 22:23

Re: checking for MySQL library directory... no

#20 Post by Husker »

stevepusser wrote:Please follow the Ubuntu 16.04 instruction link that you gave above. Scroll up to where it says what you need to install to build it on Ubuntu 16.04. Install all the packages that it says to. If it fails because it says a package is not available, edit that one out of the command.
I see and editing the package that fails out of the command will not affect anything?
Thanks I really appreciate the help on this :)

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: checking for MySQL library directory... no

#21 Post by stevepusser »

I think that the default-msqlclient-dev package you already have installed will take care of any that you can not install, but you can list any that you can't here to make sure.
MX Linux packager and developer

Husker
Posts: 12
Joined: 2018-04-04 22:23

Re: checking for MySQL library directory... no

#22 Post by Husker »

stevepusser wrote:I think that the default-msqlclient-dev package you already have installed will take care of any that you can not install, but you can list any that you can't here to make sure.
Thank you Steve it is refreshing to know there are still people online willing to help strangers.
It has worked and I have mamaged to install everything thanks to you.
I now have one final error file_put_contents(/var/torrents/1.torrent): failed to open stream: Permission denied
The config.php is set correctly and all paths are correct so I'm kind of stumped on this permission error.
Then again I doubt very much it is OS related specifically.
If you have any idea though I would be more than happy to hear it?
Thank you!

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: checking for MySQL library directory... no

#23 Post by stevepusser »

/var/torrents/1.torrent
I'm not sure what the error means, but since changing that file requires sysadmin powers, I would guess that's why you are getting that permission denied error as a regular user. I don't know what command or process is giving you the error, and the Google really doesn't have any results about that specific error, so perhaps asking on the app's own forums would be a better choice than here.
MX Linux packager and developer

Husker
Posts: 12
Joined: 2018-04-04 22:23

Re: checking for MySQL library directory... no

#24 Post by Husker »

No worries I got past that one thank you.
How good are you with Nginx?

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: checking for MySQL library directory... no

#25 Post by stevepusser »

Husker wrote:No worries I got past that one thank you.
How good are you with Nginx?
Sorry, I don't have a clue about it.
MX Linux packager and developer

Post Reply