Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux Debian 64 bit #3

Closed
TG-Philipp opened this issue Apr 28, 2017 · 9 comments
Closed

Linux Debian 64 bit #3

TG-Philipp opened this issue Apr 28, 2017 · 9 comments

Comments

@TG-Philipp
Copy link

linux-libs/libstdc++.so.6: version `GLIBCXX_3.4.18' not found

How can I fix it ?

@jushar
Copy link
Contributor

jushar commented Apr 28, 2017

If you're on the latest Debian version, try deleting the linux-libs folder.

@TG-Philipp
Copy link
Author

Ist das der /lib Ordner oder wo finde ich diesen?

@jushar
Copy link
Contributor

jushar commented Apr 30, 2017

Nein. Der linux-libs Ordner im Ordner des MTA-Servers.

@TG-Philipp
Copy link
Author

TG-Philipp commented Apr 30, 2017

Nein funktioniert leider immer noch nicht

MODULE: Unable to load x64/modules/ml_pathfind.so (/...../x64/linux-libs/libstdc++.so.6: version `GLIBCXX_3.4.18' n
ot found (required by /..../x64/modules/ml_pathfind.so))

@jushar
Copy link
Contributor

jushar commented Apr 30, 2017

Dann hast du den Ordner noch nicht gelöscht. Laut der Fehlermeldung existiert er noch unter x64 im MTA-Server Ordner.

@TG-Philipp
Copy link
Author

Oh Srry es hatte ihn anscheinend nicht ordentlich gelöscht.
Aber jetzt steht da:
libssl.so.0.9.8: cannot open shared object file: No such file or directory
ERROR: Loading network library (net.so) failed!

@jushar
Copy link
Contributor

jushar commented May 1, 2017

Welche Distribution (+ Version) verwendest du?

@TG-Philipp
Copy link
Author

Debian GNU/Linux 8 \n \l

Linux version 3.16.0-4-amd64 ([email protected]) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07)

@jushar
Copy link
Contributor

jushar commented May 1, 2017

Ok, the problem is on our side then (see: #4). You can however fix the problem temporally by compiling it yourself.

To do that, please follow the following steps:

  1. Download the module's source code: git clone https://github.com/eXo-MTA/ml_pathfind
  2. Change to the repo dir: cd ml_pathfind
  3. Generate the Makefiles and start compiling: ./premake5 gmake && cd Build && make config=release_x64
  4. You will find the compiled module library in the Bin folder

@jushar jushar closed this as completed May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants