Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: mysqllibcod

  1. #1
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts

    mysqllibcod

    Hello, give me libcod1.0(last version) with Mysql functions "(znation.nl/cod4script/(MYSQL)"

  2. #2
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts
    Quote Originally Posted by maxdamage99 View Post
    Hello, give me libcod1.0(last version) with Mysql functions "(znation.nl/cod4script/(MYSQL)"
    Attachment 940

    For the fked up SW:Battlefront hype..

  3. #3
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    autistic serthy, thanks for the answer.
    If I download a killtube/libcod, or compile it on my VDS, error: Segmentation fault

  4. #4
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quote Originally Posted by maxdamage99 View Post
    autistic serthy, thanks for the answer.
    If I download a killtube/libcod, or compile it on my VDS, error: Segmentation fault
    THEN HOW IS IT GONNA HELP IF WE COMPILE IT FOR YOU?
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  5. #5
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    Compile a normal file .so?
    I tried a lot of files libcod2_1_0.so (different versions), sometimes an error Segmentation Fault when you start the server, or server good start, if player connect = server crash and error Segmentation Fault!
    Last edited by maxdamage99; 10th October 2015 at 15:49.

  6. #6
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Are you SURE you're running a 1.0 server?
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  7. #7
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    This began to happen when I started to use mysql_init(), mysql_query()... etc.
    The fact is that before Mysql functions have been now, before doing so "closer(101,102,103);" etc.
    When replacing "closer(100);" on "mysq_init()" , this error Segmentation fault. maybe i use "bad" version libcod?!
    Last edited by maxdamage99; 10th October 2015 at 18:03.

  8. #8
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Then you dont have the proper pre-requisites installed. Did you follow the steps in the github page?
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  9. #9
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    sorry Iznogod, fucking language barrier, I almost did not understand from what you said

  10. #10
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Code:
    dpkg --add-architecture i386
    apt-get update
    apt-get install gcc-multilib
    apt-get install libmysqlclient-dev:i386
    apt-get install g++-multilib
    Are you sure you did that AND that it was successful?

    I know a debian system on which the libmysqlclient-dev:i386 did NOT want to install
    "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
  •