Skip to content
Advertisement

Tag: fedora

Php Imagick error: undefined symbol FT_Done_MM_Var, how can i fix it?

Complete output: Warning: PHP Startup: Unable to load dynamic library ‘imagick.so’ (tried: /opt/lampp/lib/php/extensions/no-debug-non-zts-20190902/imagick.so (/lib64/libharfbuzz.so.0: undefined symbol: FT_Done_MM_Var), /opt/lampp/lib/php/extensions/no-debug-non-zts-20190902/imagick.so.so (/opt/lampp/lib/php/extensions/no-debug-non-zts-20190902/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 My OS: Fedora 36 Installed packages: ImageMagick ImageMagick-devel ImageMagick-perl php php-common php-pear php-devel gcc php-imagick. Imagics.so installed via pecl in xampp Answer Ok, to install imagick

Xinetd server connection refused

I’m using xinetd on Fedora. I put a file called telnet inside the etc/xinetd.d folder with the following content: I know xinetd is running because when I do service xinetd status it says active (running). When I do netstat -nltp nothing seems to be running on port 23 and ‘telnet localhost’ returns connection refused. Any ideas? Answer Did you add

Fedora 28 / GLIBC 2.27 libm.so.6 logf() and powf() c++

As I am sure other Fedora 28 users will know, the OS’s glibc was recently updated to glibc 2.27. Amongst many other things, 2.27 has added new implementations of logf() and powf(). This has caused my application to fail to run on distributions with an older glibc (Debian, for example). When the application is invoked on Debian, the following error

Unable to yum install in fedora even as root user

Getting the error Error: This command has to be run under the root user. when I try to install in Fedora as root user. Tried in different ways: Is there any security setting that is causing this? I am trying all of the above commands by remotely sshing to the machine. Answer Your root user seems to be corrupted. If

Unity 2-D installation for Linux-RedHat Fedora

I have been trying recently to install Unity 2D on my Fedora OS. However, I could not find a unity rpm package, I found many for Debian. Unity website mainly supports Mac OS and Windows. I have run through many solutions, but none of them worked, either because they are made for an old version of Fedora or they are

pcap library not found error when trying to install reaver on linux fedora

I use a Linux Fedora 27 machine and I would like to install reaver-1.4. I have the same problem as described here: error pcap library not found but I tried both commands: sudo yum install sqlite-devel and sudo yum install sqlite3 libsqlite3-dev libpcap0.8-dev and nothing works. With the first command nothing seems to change and with second I get the

crontab (cronie), run certain days of the month

I want to make a crontab entry which will run on every weekday except the 1st, 2nd, and 3rd of each month. Here’s what I have: I thought that this had the following meaning: That is what I read in the crontab(5) manual page. However, I can see that the job ran at 08:45 today, Monday 2nd October. I am

Advertisement