Recent content by TexasGreg

  1. T

    Debian 12 lsphp81-gd

    Here is the GD section. Even though I'm seeing those errors, my developer was able to get image size adjustments working with GD. It looks like the errors led me astray. GD is active.
  2. T

    Debian 12 lsphp81-gd

    More info: I have tried to install libgd-dev and get libgd-dev : Depends: libgd3 (= 2.3.3-9+0~20230207.13+debian10~1.gbp649015) but 2.3.3-9 is to be installed Then I try to install libgd3 and get libgd3 : Depends: libtiff5 (>= 4.0.3) but it is not installable Depends: libwebp6 (>=...
  3. T

    Debian 12 lsphp81-gd

    I was forced to upgrade from PHP 7.4 to 8.1 on my Debian 12. After solving a lot of issues, I'm down one. My application image resize is not working. I get this: PHP Warning: PHP Startup: Unable to load dynamic library 'gd' (tried...
  4. T

    Webp support in GD for PHP 8.1

    You can also add --with-jpeg Thanks
  5. T

    Webp support in GD for PHP 8.1

    I figured it out. You have to compile using --with-webp I figured this out by trial and error. The default compile settings should include this.
  6. T

    Webp support in GD for PHP 8.1

    How do I add Webp support in GD for PHP 8.1. I was able to do this before with PHP 7.3. I'm using Debian 11.
  7. T

    Fatal error: Uncaught Error: Call to undefined function imagecreatefromjpeg()

    That was the fix for PHP 8. I still have issues with my application on PHP 8 so I need to stick with PHP 7.3. When I compile PHP 8.0 with the option "--with-jpeg" I get the jpeg option. When I compile PHP 7.3 with the option "--with-jpeg" I get "configure: WARNING: unrecognized options...
  8. T

    Fatal error: Uncaught Error: Call to undefined function imagecreatefromjpeg()

    I have a fresh install of Openlitespeed, Debian 11.3, and have tried PHP 7.3, 7.4, and 8.0 without success in eliminating this error. For all PHP versions I tried, GD is enabled. What should I try? I attached PHP info from a working server and the one not working.
  9. T

    Repository for Debian 11 containing lsphp73-opcache

    That is the default repo. It starts at PHP 7.4. I need 7.3.
  10. T

    Repository for Debian 11 containing lsphp73-opcache

    I upgraded to Debian 11 and found that the lowest version of PHP in the default openlitespeed repository is PHP 7.4. Because of one application, I have to use PHP 7.3. I want to install lsphp73-opcache but can't find a way to install it. Is there a repository I can add to Debian 11 that contains...
  11. T

    Add lsphp73-intl to Debian 11

    I'll answer my own question. I had to compile again adding --enable-intl.
  12. T

    Add lsphp73-intl to Debian 11

    I have an application that is forcing me to stick with PHP 7.3. I compiled PHP 7.3 in Openlitespeed. Now I'm trying to install Roundcube and can't because of the missing PHP intl extension. How can I add this extension to Debian 11? The repositories start at PHP 7.4.
  13. T

    403 Forbidden Port 7080

    Out of the blue, I'm getting an access error trying to get to Openlitespeed admin section. What should I try? Found the solution. I had added access control to the admin section. My IP address changed and I got locked out. The solution: Edit /usr/local/lsws/admin/conf/admin_config.conf change...
  14. T

    Limit Access to Port 7080

    Is there a way to limit access to port 7080 to one IP address? Maybe .htaccess? I found the answer. WebAdmin Settings > General > Access Control
Top