$ mv libflashplayer.so /home/yusuke/.flashplayer $ ln -s /home/yusuke/.flashplayer/libflashplayer.so /home/yusuke/.mozilla/plugins
$ su $ sh ./install.sh
if (`uname -m` == x86_64) then set IFC_ROOT = /opt/intel/fc11.3.174 else set IFC_ROOT = /opt/intel/fc111 endif #setenv KMP_DUPLICATE_LIB_OK TRUE setenv PATH $IFC_ROOT/bin:$PATH setenv LD_LIBRARY_PATH $IFC_ROOT/lib setenv MANPATH $IFC_ROOT/man:$MANPATH # source $IFC_ROOT/bin/compilervars.csh intel64 setenv INCLUDE $IFC_ROOT/mkl/include:$INCLUDE setenv LD_LIBRARY_PATH $IFC_ROOT/mkl/lib/intel64:$LD_LIBRARY_PATH
urpmi.addmedia tmp_Main_32_release ftp://ftp.proxad.fr/mirrors/ftp.mandriva.com/MandrivaLinux/official/2010.1/i586/media/main/release urpmi.addmedia tmp_Main_32_updates ftp://ftp.proxad.fr/mirrors/ftp.mandriva.com/MandrivaLinux/official/2010.1/i586/media/main/updates urpmi.addmedia tmp_MIB_Basic_64 http://mib.pianetalinux.org/MIB/2010.1/64/basic
urpmi skype --allow-suggest --auto --force
urpmi.removemedia tmp_Main_32_release urpmi.removemedia tmp_Main_32_updates urpmi.removemedia tmp_MIB_Basic_64
http://tutimura.ath.cx/~nob/tex/ptetex.html http://tutimura.ath.cx/ptetex/?FrontPage
and download the latest ptetex3 (ptetex3-20090610.tar.gz as of May 6, 2011), tetex-src-3.0.tar.gz, and tetex-texmf-3.0po.tar.gz. But if you have installed tetex with Mandriva Control Center properly, the last two files may not be requisite.
vi /usr/include/stdio.h
and comment out the following lines temporarily:
/* extern _IO_ssize_t getline (char **__restrict __lineptr, size_t *__restrict __n, FILE *__restrict __stream) __wur; */
then make yourself back to your username, and submit the make command:
$ su $ make install
During "make", it may complain that
warning: FT_OpenType_Validate is disabled. Replace FreeType2 with "otvalid" enabled version.
while you could ignore it because this is for text layout aligning vertically which is not used significantly.
# ptetex3 (Japanese) setting setenv PATH /usr/local/teTeX/bin:$PATH alias platex "platex -kanji=utf8" alias ptex "platex -kanji=utf8" alias ptexsjis "platex -kanji=sjis" alias ptexeuc "platex -kanji=euc"
$ su $ rpm -i nxclient-3.5.0-5.x86_64.rpm
$ su $ cd /usr/lib64 $ ln -s libjpeg.so.8.0.1 libjpeg.so.62Then mencoder should work.