This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
E-Mail / Re: Roundcube - Connection to storage server failed.
« on: October 22, 2024, 09:03:19 PM »
Thank you!!
2
CentOS-WebPanel Bugs / Re: Can't access PHPmyAdmin in user control
« on: October 20, 2024, 06:33:40 AM »
Hello, same problem, how did you solved it?
3
How to / Re: Upgrade PhpMyAdmin
« on: October 11, 2024, 02:08:08 PM »
If someone is searching a solution (as webarchive is down for now) you can find how to update phpmyadmin, here: https://blog.alphagnu.com/how-to-update-phpmyadmin-latest-version-on-cwp-centos-webpanel/
4
FFMPEG / Re: Installing FFMPEG
« on: October 10, 2024, 06:08:56 AM »
Thanks, BeZazz! I reinstalled the system from scratch and then followed this article to fix the issue:
https://markaicode.com/how-to-install-ffmpeg-on-rocky-linux-9-almalinux-9/
Everything seems to be working well for my project now.
https://markaicode.com/how-to-install-ffmpeg-on-rocky-linux-9-almalinux-9/
Everything seems to be working well for my project now.
6
CentOS 9 Problems / Re: apache wont restart after enabling mod_security.
« on: October 09, 2024, 05:51:25 PM »Actually the fix is to add - liblua-5.4.so
to the end of that line for AlmaLinux.
After it should read:Code: [Select]LoadFile /usr/lib64/liblua-5.4.so
This fix was mentioned above, and has been tested and works on all of our new servers.
Thank you so much!
7
FFMPEG / Installing FFMPEG
« on: October 09, 2024, 08:03:00 AM »
Hello, dear community. I'm new to cwp but supporting it with a pro lic. I'm using in this moment Alma9 but tried on Alma8 too. Trying to install FFMPEG but i don't get it. Searched for every piece of info.
Used this too: https://blog.bullten.com/installing-ffmpeg-on-centos-web-panel/
So, if i'm using the FFMPEG installer option in the CWP gui i will reach this
if i run it again
I tried with php 7.4 and 8.2 too. Nothing. In the "/usr/lib64/extensions/no-debug-non-zts-20100525" there is no ffmpeg, nothing. So, need to know. Someone who can help me?
Pretty please. Need it for my project.
Thanks,
Victor
Used this too: https://blog.bullten.com/installing-ffmpeg-on-centos-web-panel/
So, if i'm using the FFMPEG installer option in the CWP gui i will reach this
Quote
"...
make[2]: Leaving directory '/usr/local/src/libtheora-1.1.1/examples'
make[1]: Leaving directory '/usr/local/src/libtheora-1.1.1'
ERROR: libfaac not found
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solve the problem.
Installation Completed!"
if i run it again
Quote
################################
Last metadata expiration check: 1:26:22 ago on Wed Oct 9 06:35:03 2024.
Package wget-1.21.1-8.el9_4.x86_64 is already installed.
Package zip-3.0-35.el9.x86_64 is already installed.
Package unzip-6.0-56.el9.x86_64 is already installed.
Package autoconf-2.69-38.el9.noarch is already installed.
Package automake-1.16.2-8.el9.noarch is already installed.
Package cmake-3.26.5-2.el9.x86_64 is already installed.
Package freetype-devel-2.10.4-9.el9.x86_64 is already installed.
Package gcc-11.4.1-3.el9.alma.1.x86_64 is already installed.
Package gcc-c++-11.4.1-3.el9.alma.1.x86_64 is already installed.
Package git-2.43.5-1.el9_4.x86_64 is already installed.
Package libtool-2.4.6-45.el9.x86_64 is already installed.
Package make-1:4.3-8.el9.x86_64 is already installed.
Package mercurial-6.1.4-1.el9.x86_64 is already installed.
Package pkgconf-pkg-config-1.7.3-10.el9.x86_64 is already installed.
Package zlib-devel-1.2.11-40.el9.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
/usr/local/lib/
Archive: libogg-1.3.2.zip
Quote
[root@mysticspath no-debug-non-zts-20100525]# whereis ffmpeg
ffmpeg:
I tried with php 7.4 and 8.2 too. Nothing. In the "/usr/lib64/extensions/no-debug-non-zts-20100525" there is no ffmpeg, nothing. So, need to know. Someone who can help me?
Pretty please. Need it for my project.
Thanks,
Victor
Pages: [1]