Hey everybody.
Today I ran the following on my webserver. php55. As always.
I was told gd was going to be replaced with libgd, thought it was a bit strange, but went along with it.
Now that I try to start nginx I get the following message.
And nginx will not start. I assumed this was a php extension, so I tried to change the extension from gd.so to libgd.so, but still the same problem.
Does any of you have any clues on what is going on and how to fix it?
Today I ran the following on my webserver. php55. As always.
portsnap fetch update
then portmaster -Da
.I was told gd was going to be replaced with libgd, thought it was a bit strange, but went along with it.
Now that I try to start nginx I get the following message.
Code:
Shared object "libgd.so.4" not found, required by "nginx"
And nginx will not start. I assumed this was a php extension, so I tried to change the extension from gd.so to libgd.so, but still the same problem.
Does any of you have any clues on what is going on and how to fix it?