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

How can I activate the following libraries? #1

Open
rocsx opened this issue Apr 24, 2020 · 3 comments
Open

How can I activate the following libraries? #1

rocsx opened this issue Apr 24, 2020 · 3 comments

Comments

@rocsx
Copy link

rocsx commented Apr 24, 2020

How can I activate the following libraries from compilation?

  • soap
    -intl
    -gd
@gitKearney
Copy link
Owner

Hey, I'll try to get back to to on intl. It seems like intl-config was removed in Ubuntu 19.04 which prevented me from using the intl package, but I did find a work-around, I just can't remember what it was

To install GD sudo apt-get install libgd-dev

Then modify the build script:

--enable-soap \
--with-gd

@rocsx
Copy link
Author

rocsx commented Apr 24, 2020

Thank you very much, what happens is that I am doing it in ubuntu 20.04 and I cannot put those libraries

@rocsx
Copy link
Author

rocsx commented Apr 24, 2020

I already did what you recommended but now it appears.
PHP Warning: PHP Startup: Unable to load dynamic library 'intl'
Warning: PHP Startup: Unable to load dynamic library 'soap'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants