Results 1 to 5 of 5

Thread: Cannot install libmysqlclient-dev

  1. #1
    Private
    Join Date
    Feb 2018
    Posts
    28
    Thanks
    12
    Thanked 17 Times in 16 Posts

    Cannot install libmysqlclient-dev

    Code:
    root@borisc:~# apt-get install libmysqlclient-dev:i386
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package libmysqlclient-dev:i386 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    
    E: Package 'libmysqlclient-dev:i386' has no installation candidate

  2. The Following User Says Thank You to buLLeT_ For This Useful Post:

    kubislav23 (24th March 2018)

  3. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by buLLeT_ View Post
    Code:
    E: Package 'libmysqlclient-dev:i386' has no installation candidate
    Which Linux distro and version?

    Did you follow this guide?

    https://killtube.org/showthread.php?...=Libcod+ubuntu

  4. #3
    Private
    Join Date
    Feb 2018
    Posts
    28
    Thanks
    12
    Thanked 17 Times in 16 Posts
    Using ubuntu 64bit, I followed that tutorial

    I complie libcod

    Code:
    root@borisc:~/libcod# ./doit.sh cod2_1_0
    
    Choose Your MySQL variant:
    
    	0. MySQL disabled. (default)
    
    	1. Default MySQL variant: A classic MySQL implentation
    	made by kung and izno.
    	Multiple connections, multiple threads,
    	good for servers that use
    	remote MySQL sessions, IRC stuff, and etc.
    
    	2. VoroN's MySQL variant. My own MySQL implentation.
    	Native callbacks, native arguments,
    	single connection, single thread,
    	good for local MySQL session,
    	less cpu usage, less memory usage.
    
    	Press a key to continue...
    ##### COMPILE cod2_1_0 CRACKING.CPP #####
    ##### COMPILE cod2_1_0 GSC.CPP #####
    ##### COMPILE cod2_1_0 GSC_BOTS.CPP #####
    ##### COMPILE cod2_1_0 GSC_ENTITY.CPP #####
    ##### COMPILE cod2_1_0 GSC_EXEC.CPP #####
    ##### COMPILE cod2_1_0 GSC_MEMORY.CPP #####
    ##### COMPILE cod2_1_0 GSC_MYSQL.CPP #####
    ##### COMPILE cod2_1_0 GSC_PLAYER.CPP #####
    ##### WARNING: SQLite lib not found, SQLite compilation skipped #####
    ##### COMPILE cod2_1_0 GSC_UTILS.CPP #####
    ##### COMPILE cod2_1_0 GSC_WEAPONS.CPP #####
    ##### COMPILE cod2_1_0 LIBCOD.CPP #####
    ##### LINKING libcod2_1_0.so #####
    Error

    Code:
    /root/_bin/cod2/cod2_lnxded_1_0a: error while loading shared libraries: libmysql.so.16: cannot open shared object file: No such file or directory

  5. #4
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    Your try compile libcod, you can use compiled libcod version
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

  6. #5
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    did you even do the dpkg command from the guide, followed by an apt-get update?
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •