Hi Mike,<br><br>Installed mod_perl-devel and didn&#39;t find perl related problems but got into other problems. I guess you are right that mod_perl requires mod_perl-devel installed. <br><br>Btw, in the recent errors I have soundtouch installed. <br>
<br>-----------<br>-----------<br><br>****** Integer sample type enabled ******<br>checking for stdlib.h... (cached) yes<br>checking for GNU libc compatible malloc... yes<br>checking return type of signal handlers... void<br>
checking for sqrt in -lm... yes<br>configure: creating ./config.status<br>config.status: creating Makefile<br>config.status: creating source/Makefile<br>config.status: creating source/SoundTouch/Makefile<br>config.status: creating source/example/Makefile<br>
config.status: creating source/example/SoundStretch/Makefile<br>config.status: creating source/example/bpm/Makefile<br>config.status: creating include/Makefile<br>config.status: creating soundtouch-1.0.pc<br>config.status: creating include/soundtouch_config.h<br>
config.status: executing depfiles commands<br>Making all in include<br>Making all in source<br>Making all in SoundTouch<br> g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -O3 -msse -fcheck-new -I../../include -MT AAFilter.lo -MD -MP -MF .deps/AAFilter.Tpo -c AAFilter.cpp  -fPIC -DPIC -o AAFilter.o<br>
 g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -O3 -msse -fcheck-new -I../../include -MT FIRFilter.lo -MD -MP -MF .deps/FIRFilter.Tpo -c FIRFilter.cpp  -fPIC -DPIC -o FIRFilter.o<br> g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -O3 -msse -fcheck-new -I../../include -MT FIFOSampleBuffer.lo -MD -MP -MF .deps/FIFOSampleBuffer.Tpo -c FIFOSampleBuffer.cpp  -fPIC -DPIC -o FIFOSampleBuffer.o<br>
 g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -O3 -msse -fcheck-new -I../../include -MT mmx_optimized.lo -MD -MP -MF .deps/mmx_optimized.Tpo -c mmx_optimized.cpp  -fPIC -DPIC -o mmx_optimized.o<br> g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -O3 -msse -fcheck-new -I../../include -MT sse_optimized.lo -MD -MP -MF .deps/sse_optimized.Tpo -c sse_optimized.cpp  -fPIC -DPIC -o sse_optimized.o<br>
 g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -O3 -msse -fcheck-new -I../../include -MT RateTransposer.lo -MD -MP -MF .deps/RateTransposer.Tpo -c RateTransposer.cpp  -fPIC -DPIC -o RateTransposer.o<br> g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -O3 -msse -fcheck-new -I../../include -MT SoundTouch.lo -MD -MP -MF .deps/SoundTouch.Tpo -c SoundTouch.cpp  -fPIC -DPIC -o SoundTouch.o<br>
 g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -O3 -msse -fcheck-new -I../../include -MT TDStretch.lo -MD -MP -MF .deps/TDStretch.Tpo -c TDStretch.cpp  -fPIC -DPIC -o TDStretch.o<br> g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -O3 -msse -fcheck-new -I../../include -MT cpu_detect_x86_gcc.lo -MD -MP -MF .deps/cpu_detect_x86_gcc.Tpo -c cpu_detect_x86_gcc.cpp  -fPIC -DPIC -o cpu_detect_x86_gcc.o<br>
mkdir .libs<br>ar cru .libs/libSoundTouch.a  AAFilter.o FIRFilter.o FIFOSampleBuffer.o mmx_optimized.o sse_optimized.o RateTransposer.o SoundTouch.o TDStretch.o cpu_detect_x86_gcc.o<br>ranlib .libs/libSoundTouch.a<br>creating libSoundTouch.la<br>
(cd .libs &amp;&amp; rm -f libSoundTouch.la &amp;&amp; ln -s ../libSoundTouch.la libSoundTouch.la)<br>Making all in example<br>Making all in bpm<br> g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -O3 -I../../../include -MT BPMDetect.lo -MD -MP -MF .deps/BPMDetect.Tpo -c BPMDetect.cpp  -fPIC -DPIC -o BPMDetect.o<br>
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -O3 -I../../../include -MT PeakFinder.lo -MD -MP -MF .deps/PeakFinder.Tpo -c PeakFinder.cpp  -fPIC -DPIC -o PeakFinder.o<br>mkdir .libs<br>ar cru .libs/libBPM.a  BPMDetect.o PeakFinder.o<br>
ranlib .libs/libBPM.a<br>creating libBPM.la<br>(cd .libs &amp;&amp; rm -f libBPM.la &amp;&amp; ln -s ../libBPM.la libBPM.la)<br>Making all in SoundStretch<br>WavFile.cpp: In member function ‘int WavInFile::checkCharTags()’:<br>
WavFile.cpp:200: error: ‘memcmp’ was not declared in this scope<br>WavFile.cpp:202: error: ‘memcmp’ was not declared in this scope<br>WavFile.cpp: In member function ‘int WavInFile::readRIFFBlock()’:<br>WavFile.cpp:353: error: ‘memcmp’ was not declared in this scope<br>
WavFile.cpp:355: error: ‘memcmp’ was not declared in this scope<br>WavFile.cpp: In member function ‘int WavInFile::readHeaderBlock()’:<br>WavFile.cpp:375: error: ‘strcmp’ was not declared in this scope<br>WavFile.cpp:380: error: ‘memcpy’ was not declared in this scope<br>
WavFile.cpp:419: error: ‘memcpy’ was not declared in this scope<br>WavFile.cpp: In member function ‘int WavInFile::readWavHeaders()’:<br>WavFile.cpp:450: error: ‘memset’ was not declared in this scope<br>WavFile.cpp: In member function ‘void WavOutFile::fillInHeader(uint, uint, uint)’:<br>
WavFile.cpp:552: error: ‘memcpy’ was not declared in this scope<br>WavFile.cpp: In member function ‘void WavOutFile::write(const short int*, int)’:<br>WavFile.cpp:674: error: ‘memcpy’ was not declared in this scope<br>make[9]: *** [soundstretch-WavFile.o] Error 1<br>
make[8]: *** [all-recursive] Error 1<br>make[7]: *** [all-recursive] Error 1<br>make[6]: *** [all-recursive] Error 1<br>make[5]: *** [/usr/src/freeswitch-1.0.4pre5/libs/soundtouch-1.3.1/source/SoundTouch/.libs/libSoundTouch.a] Error 2<br>
make[4]: *** [all] Error 1<br>make[3]: *** [mod_soundtouch-all] Error 1<br>make[2]: *** [all-recursive] Error 1<br>Making all in build<br> +-------- FreeSWITCH Build Complete -----------+<br> + FreeSWITCH has been successfully built.      +<br>
 + Install by running:                          +<br> +                                              +<br> +               make install                   +<br> +----------------------------------------------+<br>make[1]: *** [all-recursive] Error 1<br>
make: *** [all] Error 2<br><br><br><br><br><br><br><br><br><br><br><br><br>To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:87f2f3b90904231057m3ff0b5dydfdc546e600c4d96@mail.gmail.com">87f2f3b90904231057m3ff0b5dydfdc546e600c4d96@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;windows-1252&quot;<br>
<br>
Please try this and report back:<br>
yum install mod_perl-devel<br>
<br>
Let us know if it works and we&#39;ll add it to the wiki page.<br>
-MC<br>