similar to: Squirrelmail Problem on CentOS 4.4

Displaying 7 results from an estimated 7 matches similar to: "Squirrelmail Problem on CentOS 4.4"

2008 Feb 26
0
Squirrelmail Problem on CentOS 4.4
Well, easy to solve for non-japaneses find /usr/share/squirremail/functions/mime.php if (!$charset_converted) {... <<< line 316 ... } <<< line 323 and do this (comment it out) /* if (!$charset_converted) {... <<< line 316 ... } <<< line 323 */ Dont know if we run in trouble if we get a
2014 Aug 21
2
[PATCH] v2v: adding input -i ova
Shahar: This is the same patch as you posted, but I have rebased it on top of current HEAD. You'll have to do save the next email to a file, and do: git reset --hard HEAD^ git pull git am /path/to/saved_email There are no changes in this patch, except what is needed to make it compile. Will follow-up with comments. Rich.
2017 Jan 19
4
[PATCH] Fix cppcheck warnings
--- src/libFLAC/bitreader.c | 4 ++-- src/libFLAC/bitwriter.c | 4 ++-- src/plugin_xmms/plugin.c | 2 +- src/share/utf8/charset.c | 1 + src/test_libFLAC++/encoders.cpp | 8 ++++---- src/test_libFLAC/decoders.c | 4 ++-- src/test_libFLAC/encoders.c | 8 ++++---- 7 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/libFLAC/bitreader.c
2011 Jun 16
0
Smartjog patchs
ldefert <ldefert at smartjog.com> writes: > I work for the company Smartjog (http://smatjog.com/) where we use a > modified version of Icecast. We would like to contribute back those patchs, > and hopefully have them merged in the official repository. I have posted > them on the patch tracker, so feel free to leave a comment on them. ^^^^^^^^^^^^^ for those (like
2011 Jun 15
2
Smartjog patchs
Hello, I work for the company Smartjog (http://smatjog.com/) where we use a modified version of Icecast. We would like to contribute back those patchs, and hopefully have them merged in the official repository. I have posted them on the patch tracker, so feel free to leave a comment on them. Some of those patch are based on the work done by Niv Sardi (see
2001 Oct 24
3
Almost there...
Ok, I managed to compile the Ogg and Vorbis libs. Then, after modifying the file audio_out.c as follows: original: #include <dlfcn.h> modified: #include <win32/include/dlfcn.h> I was able to (finally!) compile libao. Then I tried to compile the module vorbis-tools, but uninvited problems came to my party. [...] > /usr/bin/ld: multiple definitions of symbol _getopt >
2001 Sep 30
3
UTF-8 stuff
Here's a propsed heavy-duty solution for your UTF-8 problems. I'm including a patch in this message, but I'll put the new files on my web site at http://rano.org/tmp/xiph_files.tar.gz I've tested this by running vorbiscomment with and without -DHAVE_ICONV=1 in vorbis-tools/share/Makefile. It seems to work. Changed files: acinclude.m4: Add a test for nl_langinfo(CODESET). This