View previous topic :: View next topic |
Author |
Message |
Shadow
Joined: 07 Apr 2005 Posts: 16
|
Posted: Fri Oct 06, 2006 17:27 Post subject: Yet another compile issue/question |
|
|
Ok so straight to it, basically i know what i need i just can't get it
I'm running the latest Debian linux distro (Netinst version). Now when compiling nwnx2 (Specifically the database plugin) it does the usual yapping on about not finding files that it needs
Now i know i need the Dev pack of MySQL. My question is, does the Dev pack have the actual mysql server and such included with it? (Like downloading the MySQL 5.0 server package, but with added dev stuff) or do i need to install both? This leads me to my next question, if i have to install both how do i get around which ever pack is installed second "erroring out" saying that a certain file it wants to install belongs to the other mysql package? I tried force overwriting it but that doesn't work
Oh and i'm relatively new to the workings on linux, i know my way around and such just don't know how to work stuff proficiently
Cheers |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Fri Oct 06, 2006 19:18 Post subject: |
|
|
On my debian box (sarge), it compiles with these mysql related packages:
Code: |
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii mysql-client 4.0.24-10sarge mysql database client binaries
ii mysql-common 4.0.24-10sarge mysql database common files (e.g. /etc/mysql
ii mysql-server 4.0.24-10sarge mysql database server binaries
ii libmysqlclient12 4.0.24-10sarge2 mysql database client library
ii libmysqlclient12-dev 4.0.24-10sarge2 mysql database development files
|
The package names vary with the version of mysql, so you might have to look around for the correct ones. The naming scheme is always the same, though.
No need to shop around for external downloads. apt-get does it. _________________ Papillon |
|
Back to top |
|
|
Shadow
Joined: 07 Apr 2005 Posts: 16
|
Posted: Fri Oct 06, 2006 20:11 Post subject: |
|
|
ok cool, that looks like mysql 4.0? Hopefully theres a 5.0 version, i know i had to add "dotdeb" to my sources list to be able to get my hands on mysql 5.0 through apt
anyways i'll check it out tomorrow, will try through apt first cause i don't know what to do with tarbels
Cheers |
|
Back to top |
|
|
|