Jump to content
  • 0

Migration Server Error : Cannot find -lpcre


fericy

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  12/22/16
  • Last Seen:  

When I'm trying to make sql on new server I got this error.

Quote

/usr/bin/ld: cannot find -lpcre
collect2: ld returned 1 exit status
make[1]: *** [login-server] Error 1
make[1]: Leaving directory `/root/rathenaNew/src/login'
make: *** [login] Error 2


I has modifity inter_athena.conf, map_athena.conf and char_athena.conf but doesn't work. I has create user access for inter_athena.conf for new database and nothing change.

Can someone help me? Or open service for migration server?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

chmod +x configure

 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  12/22/16
  • Last Seen:  

27 minutes ago, Akkarin said:

I can't find the path of pcre installation folder.

Am I need to install pcre first?

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

That is what the documentation says - did you read it?

Quote

According to your distribution, you can install PCRE package using the following commands:

For Debian based systems:

apt-get update

apt-get install libpcre3 libpcre3-dev

For Red Hat based systems:

yum install pcre

yum install pcre-devel

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  12/22/16
  • Last Seen:  

5 minutes ago, Akkarin said:

That is what the documentation says - did you read it?

 

-bash: ./configure: Permission denied

I was install pcre and ./configure is denied when I run ./configure --with-pcre

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  12/22/16
  • Last Seen:  

On 28/1/2017 at 10:04 PM, Akkarin said:

chmod +x configure

 

Thank you Akkarin, it's work! :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...