I want to install lucee on my VPS but cannot as I am getting error during post installation - lucee

I want to install lucee on my VPS but cannot as I am getting error during post installation.
Error running /opt/lucee/sys/install_mod_cfml.sh -m install -f
/usr/local/apache/conf/httpd.conf -d /usr/local/apache/modules -c
/usr/local/apache/bin/apachectl -k
a9681d10cecf61fea7aa9e4bd203e096e7e5a0c94fa1534d32cf6c0cd82f7d2c: httpd: Syntax
error on line 570 of /usr/local/apache/conf/httpd.conf: Cannot load
modules/mod_cfml.so into server: /lib64/libc.so.6: version `GLIBC_2.14' not
found (required by /usr/local/apache/modules/mod_cfml.so)
Can anybody point me in a right direction, how to solve the issue?

This means that the auto-detection of your Apache version or bit-type is failing. This means you'll need to install mod_cfml manually, or live without it.
When you run the Lucee installer, simply un-check the option to install mod_cfml. From there, you can install mod_cfml manually by following the instructions found on this page:
http://www.modcfml.org/index.cfm/install/web-server-components/
You can also add hosts to your tomcat config manually by editing your Tomcat server.xml file directly, and restarting Tomcat/Lucee every time you add a new host.

Related

Problem with DB2 Fixpack 11.1 Fp5 installation

I tried to install the DB2 V11.1 FP5 on a SLES-12-SP4 machine. So far I
downloaded the universal package
extracted the universal package
called the command "./installFixPack -b /opt/ibm/db2/V11.1/ -p /opt/ibm/db2/fp5/" as root user
But the installFixPack stopps working sometimes at step 44 or 47 or also step 50 of 73 without any clear error message. In the log file I find a message like
"ERROR: The install path "/opt/ibm/db2/fp5" is invalid. Specify a
valid install path.
ERROR: DBI20105E An error occurred while installing the following
file set: "DB2_PRODUCT_MESSAGES_FR_11.1.4.5_linuxamd64_x86_64".
Because these files were not successfully installed, functionality
that depends on these files might not work as expected.
Rolling back what has been installed"
Any hint what I'm doing wrong?
Thanks so much for reading so far
best regards
Thomas Graf
./installFixPack -b is to patch an aleady installed DB2 HOME cf: pass from FP4 To FP5.
if you want to install the FP5 into a new path use db2setup (or ./db2setup -r for silent install)
you should add -l /var/tmp/installlog.log -t /var/tmp/installtrace.log to the installFixPack to see exactly what is the error.
Even if you started the install with root, the app can use another user to install some files/libraries.
Do you have the same message after manually creating this folder ?

CentOS 7 ask for cabextract even when is installed

I wanted to install msttfonts on CentOS 7. Following this guide everything goes fine, until I got to run the command:
# rpmbuild -bb msttcorefonts-2.5-1.spec
The system then throws this message:
cabextract is needed by msttcorefonts-2.0-1.noarch
It is pretty obvious that I've to install cabextract, so I did. By Downloading source from here, extracting, and then ./config... make... make install... (you know guys: all the routine). And I confirm the installation was successful with
# cabextract --version
Which answers with
cabextract version 1.6
So, I go back with my command rpmbuild... But the system stills answer me
cabextract is needed by msttcorefonts-2.0-1.noarch
And now, the questions:
What I'm doing wrong? Do I need to reboot the server? Is there a kind of command to tell the server "hey! this cabextract thing is already installed"?
... and well, while I was writting this question, I could resolve it thanks to this post. So I just leave this question just for further reference.
Thanks in advance.
You need to install the cabextract package (by running yum install cabextract).
The message you are seeing is a dependency error: the msttcorefonts-2.5-1.spec file lists a dependency on cabextract, but because you have installed it from source there is no information about it in the local packages database.

phpMyAdmin downloads a file when I try to open it after installing LAMP on my 12.04 LTS system

I just installed LAMP on my 12.04 LTS system, but whenever I try to run phpMyAdmin, a stranage file downloads. Anyone got a solution for such an issue?
As it seems to me, your apache could have not been started. To check is if it running you can use one the following command (in console/terminal).
pgrep apache
Any output means it is running, no output means it is not.
If it is not running, start it and then try to access phpMyAdmin again.
To start it:
[sudo] /etc/init.d/apache2 start
Where of course, sudo in brackets is optional (but I would recommend using it).
More information would be definitively appreciated. For example what kind of file is downloaded.

macports install obsolete port

When I execute sudo port install py33-pyqt5 in my terminal, I get this error message:
---> Configuring py33-pyqt5
Error: py33-pyqt5 has been made obsolete by the port py34-pyqt5. Please install py34-pyqt5 instead.
Error: org.macports.configure for port py33-pyqt5 returned: obsolete port
Please see the log file for port py33-pyqt5 for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-graveyard/py33-pyqt5/main.log
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port py33-pyqt5 failed
But I need to install py33-pyqt5 and not py34-pyqt5. Is there a possible way to install the old version?
You can use the same approach that is used to install an older port: http://trac.macports.org/wiki/howto/InstallingOlderPort. For a Python port that uses the subport feature, that probably means finding an older version of the Portfile that now provides py34-pyqt5 that did still provide py33-pyqt5 and running sudo port install -- subport=py33-pyqt5 in a directory that contains this older Portfile. Note that the Portfile and the directory must be readable by the macports user, so your home directory will probably not work very well. I recommend a place in /tmp.
There has been a decision to phase out support for python 3.3 in MacPorts, though -- you will run into more and more problems when trying to use Python 3.3, so you should really consider switching to a newer version.

No package 'mono' found when installing XSP

I am trying to get Mono working on nginx with fastCGI.
I have done a fresh install of CentOS 6, and performed all the updates. I then installed nginx, and opened up the firewalls I needed. I can now see the simple HTML page from nginx without a problem.
I then followed this tutorial for installing Mono via Git :
https://stackoverflow.com/a/13424880/221456
libgdiplus installed fine
mono installed fine
xsp, when I run autogen (with the prefix), gives me this error :
checking for MONO_MODULE... configure: error: Package requirements
(mono >= 2.10.0) were not met:
No package 'mono' found
I did a bit of searching, and the only thing I could find was to run this command :
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
Which I have tried, however I still get the exact same error message.
What am I missing?
The problem is with the variable
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
the correct is
export PKG_CONFIG_PATH=/usr/lib/pkgconfig
because you compile with the with the prefix. /usr

Resources