LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-18-2008, 02:24 PM   #1
theseph
Member
 
Registered: May 2008
Posts: 38

Rep: Reputation: 16
Flash player Gnash problems installing


Ok I have gnash 0.8.1 installed on my system problem is it doesnt support youtube i get a large grey screen where the movie should be playing
I checked this website for the specs http://www.gnu.org/software/gnash/release-0.8.4.txt It says it supports powerpc's I tried installing Gnash 0.8.4 and it downloads great unpacked it but when i try to run the installation I need to configure it and this is what i get in terminal

user1@user1-desktop:/opt/gnash-0.8.4$ ./configure
checking build system type... powerpc64-unknown-linux-gnu
checking host system type... powerpc64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.

Config.log as follows

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by gnash configure 0.8.4, which was
generated by GNU Autoconf 2.61. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = user1-desktop
uname -m = ppc64
uname -r = 2.6.22-14-cell
uname -s = Linux
uname -v = #1 SMP Sun Oct 14 23:42:29 GMT 2007

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2531: checking build system type
configure:2549: result: powerpc64-unknown-linux-gnu
configure:2571: checking host system type
configure:2586: result: powerpc64-unknown-linux-gnu
configure:2658: checking for gcc
configure:2674: found /usr/bin/gcc
configure:2685: result: gcc
configure:2923: checking for C compiler version
configure:2930: gcc --version >&5
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2933: $? = 0
configure:2940: gcc -v >&5
Using built-in specs.
Target: powerpc-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --disable-softfloat --enable-secureplt --enable-targets=powerpc-linux,powerpc64-linux --with-cpu=default32 --with-long-double-128 --enable-checking=release powerpc-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:2943: $? = 0
configure:2950: gcc -V >&5
gcc: '-V' option must have argument
configure:2953: $? = 1
configure:2976: checking for C compiler default output file name
configure:3003: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:3006: $? = 1
configure:3044: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnash"
| #define PACKAGE_TARNAME "gnash"
| #define PACKAGE_VERSION "0.8.4"
| #define PACKAGE_STRING "gnash 0.8.4"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3051: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=powerpc64-unknown-linux-gnu
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=powerpc64-unknown-linux-gnu
ac_cv_prog_ac_ct_CC=gcc

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL=''
AGG_CFLAGS=''
AGG_LIBS=''
ALLSTATIC_FALSE=''
ALLSTATIC_TRUE=''
ALP_CFLAGS=''
ALP_LIBS=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR=''
AR=''
AS=''
ATK_CFLAGS=''
ATK_CONFIG=''
ATK_LIBS=''
AUTOCONF=''
AUTOHEADER=''
AUTOMAKE=''
AUTOTRACE=''
AWK=''
BARTENDER=''
BOOST_CFLAGS=''
BOOST_EXTRA_LIBS=''
BOOST_LIBS=''
BUILDDATE=''
BUILD_AGG_RENDERER_FALSE=''
BUILD_AGG_RENDERER_TRUE=''
BUILD_ALP_GUI_FALSE=''
BUILD_ALP_GUI_TRUE=''
BUILD_AQUA_GUI_FALSE=''
BUILD_AQUA_GUI_TRUE=''
BUILD_CAIRO_RENDERER_FALSE=''
BUILD_CAIRO_RENDERER_TRUE=''
BUILD_DBUS_EXT_FALSE=''
BUILD_DBUS_EXT_TRUE=''
BUILD_DEJAGNU_EXT_FALSE=''
BUILD_DEJAGNU_EXT_TRUE=''
BUILD_DUMP_GUI_FALSE=''
BUILD_DUMP_GUI_TRUE=''
BUILD_EXTENSIONS_FALSE=''
BUILD_EXTENSIONS_TRUE=''
BUILD_FB_GUI_FALSE=''
BUILD_FB_GUI_TRUE=''
BUILD_FILEIO_EXT_FALSE=''
BUILD_FILEIO_EXT_TRUE=''
BUILD_FLTK_GUI_FALSE=''
BUILD_FLTK_GUI_TRUE=''
BUILD_GTK_EXT_FALSE=''
BUILD_GTK_EXT_TRUE=''
BUILD_GTK_GUI_FALSE=''
BUILD_GTK_GUI_TRUE=''
BUILD_HILDON_GUI_FALSE=''
BUILD_HILDON_GUI_TRUE=''
BUILD_KDE_GUI_FALSE=''
BUILD_KDE_GUI_TRUE=''
BUILD_LAUNCHER_EXT_FALSE=''
BUILD_LAUNCHER_EXT_TRUE=''
BUILD_LIRC_EXT_FALSE=''
BUILD_LIRC_EXT_TRUE=''
BUILD_METOME_EXT_FALSE=''
BUILD_METOME_EXT_TRUE=''
BUILD_MYSQL_EXT_FALSE=''
BUILD_MYSQL_EXT_TRUE=''
BUILD_OGL_RENDERER_FALSE=''
BUILD_OGL_RENDERER_TRUE=''
BUILD_QTOPIA_GUI_FALSE=''
BUILD_QTOPIA_GUI_TRUE=''
BUILD_QT_GUI_FALSE=''
BUILD_QT_GUI_TRUE=''
BUILD_RISCOS_GUI_FALSE=''
BUILD_RISCOS_GUI_TRUE=''
BUILD_SDL_GUI_FALSE=''
BUILD_SDL_GUI_TRUE=''
CAIRO_CFLAGS=''
CAIRO_CONFIG=''
CAIRO_LIBS=''
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CONFIG_RPATH=''
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE=''
CPP=''
CPPFLAGS=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
CURL_CFLAGS=''
CURL_FALSE=''
CURL_LIBS=''
CURL_TRUE=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGNAL_FALSE=''
CYGNAL_TRUE=''
CYGPATH_W=''
DB2X_MAN=''
DB2X_MANXML=''
DB2X_PDF=''
DB2X_TEXI=''
DB2X_TEXIXML=''
DB2X_VERSION=''
DB2X_XSLTPROC=''
DBUS_CFLAGS=''
DBUS_LIBS=''
DEBUGGER_FALSE=''
DEBUGGER_TRUE=''
DEFAULT_FLASH_MAJOR_VERSION=''
DEFAULT_FLASH_MINOR_VERSION=''
DEFAULT_FLASH_PLATFORM_ID=''
DEFAULT_FLASH_REV_NUMBER=''
DEFAULT_FLASH_SYSTEM_OS=''
DEFAULT_STREAMS_TIMEOUT=''
DEFS=''
DEJAGNU=''
DEJAGNU_CFLAGS=''
DEJAGNU_CONFIG=''
DEPDIR=''
DLLTOOL=''
DLOPEN=''
DLPREOPEN=''
DOCBOOK_FALSE=''
DOCBOOK_TRUE=''
DOXYGEN=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_DOXYGEN_FALSE=''
ENABLE_DOXYGEN_TRUE=''
ENABLE_FOP_FALSE=''
ENABLE_FOP_TRUE=''
ENABLE_GNASH_PYTHON_MODULE_FALSE=''
ENABLE_GNASH_PYTHON_MODULE_TRUE=''
ENABLE_HAXE_FALSE=''
ENABLE_HAXE_TRUE=''
ENABLE_HTML_FALSE=''
ENABLE_HTML_TRUE=''
ENABLE_INFO_FALSE=''
ENABLE_INFO_TRUE=''
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE=''
ENABLE_MING_FALSE=''
ENABLE_MING_TRUE=''
ENABLE_MTASC_FALSE=''
ENABLE_MTASC_TRUE=''
ENABLE_PDF_FALSE=''
ENABLE_PDF_TRUE=''
ENABLE_SHARED_FALSE=''
ENABLE_SHARED_TRUE=''
ENABLE_STATIC_FALSE=''
ENABLE_STATIC_TRUE=''
ENABLE_SWFC_FALSE=''
ENABLE_SWFC_TRUE=''
ENABLE_SWFDEC_TESTSUITE_FALSE=''
ENABLE_SWFDEC_TESTSUITE_TRUE=''
ENABLE_SWFMILL_FALSE=''
ENABLE_SWFMILL_TRUE=''
ENABLE_TEXI_FALSE=''
ENABLE_TEXI_TRUE=''
ENABLE_XMLTEX_FALSE=''
ENABLE_XMLTEX_TRUE=''
EXEEXT=''
EXPAT_CFLAGS=''
EXPAT_CONFIG=''
EXPAT_LIBS=''
EXTENSIONS_LIST=''
F77=''
FC_MATCH=''
FFLAGS=''
FFMPEG_CFLAGS=''
FFMPEG_LIBS=''
FIREFOX_PLUGINS=''
FLTK2_CFLAGS=''
FLTK2_CONFIG=''
FLTK2_LIBS=''
FONTCONFIG_CFLAGS=''
FONTCONFIG_CONFIG=''
FONTCONFIG_LIBS=''
FOP=''
FREETYPE2_CFLAGS=''
FREETYPE2_LIBS=''
FREETYPE_FALSE=''
FREETYPE_TRUE=''
GHELP_FALSE=''
GHELP_TRUE=''
GIF_CFLAGS=''
GIF_CONFIG=''
GIF_LIBS=''
GLEXT_CFLAGS=''
GLEXT_LIBS=''
GLIB_CFLAGS=''
GLIB_LIBS=''
GMSGFMT=''
GREP=''
GSTREAMER_CFLAGS=''
GSTREAMER_CONFIG=''
GSTREAMER_LIBS=''
GST_INSPECT=''
GTK2_CFLAGS=''
GTK2_LIBS=''
HAS_GETTEXT_FALSE=''
HAS_GETTEXT_TRUE=''
HAS_KDE_FALSE=''
HAS_KDE_TRUE=''
HAS_XFT_FALSE=''
HAS_XFT_TRUE=''
HAVE_AGG_FALSE=''
HAVE_AGG_TRUE=''
HAVE_BOOST_FALSE=''
HAVE_BOOST_TRUE=''
HAVE_CAIRO_FALSE=''
HAVE_CAIRO_TRUE=''
HAVE_DMALLOC_FALSE=''
HAVE_DMALLOC_TRUE=''
HAVE_FLTK2_FALSE=''
HAVE_FLTK2_TRUE=''
HAVE_GLEXT_FALSE=''
HAVE_GLEXT_TRUE=''
HAVE_GLIB_FALSE=''
HAVE_GLIB_TRUE=''
HAVE_GST_FALSE=''
HAVE_GST_TRUE=''
HAVE_GTK2_FALSE=''
HAVE_GTK2_TRUE=''
HAVE_KDE_FALSE=''
HAVE_KDE_TRUE=''
HAVE_MALLINFO_FALSE=''
HAVE_MALLINFO_TRUE=''
HAVE_OPENGL_FALSE=''
HAVE_OPENGL_TRUE=''
HAVE_QTOPIA_2_FALSE=''
HAVE_QTOPIA_2_TRUE=''
HAVE_QTOPIA_3_FALSE=''
HAVE_QTOPIA_3_TRUE=''
HAVE_QTOPIA_4_FALSE=''
HAVE_QTOPIA_4_TRUE=''
HAVE_QTOPIA_FALSE=''
HAVE_QTOPIA_TRUE=''
HAVE_QT_2_FALSE=''
HAVE_QT_2_TRUE=''
HAVE_QT_3_FALSE=''
HAVE_QT_3_TRUE=''
HAVE_QT_4_FALSE=''
HAVE_QT_4_TRUE=''
HAVE_QT_FALSE=''
HAVE_QT_TRUE=''
HAVE_SDL_FALSE=''
HAVE_SDL_TRUE=''
HAVE_X11_FALSE=''
HAVE_X11_TRUE=''
HAXE=''
HAXE_CLASSPATH=''
HILDON_CFLAGS=''
HILDON_LIBS=''
INCLTDL=''
INSTALL_DATA=''
INSTALL_INFO=''
INSTALL_LTDL_FALSE=''
INSTALL_LTDL_TRUE=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
INSTALL_STRIP_PROGRAM=''
INTLLIBS=''
INTL_MACOSX_LIBS=''
JAVA=''
JEMALLOC_FALSE=''
JEMALLOC_TRUE=''
JPEG_CFLAGS=''
JPEG_CONFIG=''
JPEG_LIBS=''
KDE_APPSDATADIR=''
KDE_CFLAGS=''
KDE_CONFIG=''
KDE_CONFIGDIR=''
KDE_LIBS=''
KDE_PLUGINDIR=''
KDE_SERVICESDIR=''
KLASH_PLUGIN=''
KPARTS_FALSE=''
KPARTS_TRUE=''
LC_KEY=''
LDFLAGS=''
LIBADD_DL=''
LIBEXT=''
LIBICONV=''
LIBINTL=''
LIBLTDL2_FALSE=''
LIBLTDL2_TRUE=''
LIBLTDL=''
LIBOBJS=''
LIBPNG_CFLAGS=''
LIBPNG_CONFIG=''
LIBPNG_LIBS=''
LIBPRE=''
LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LIBXML_CFLAGS=''
LIBXML_LIBS=''
LIRC_FALSE=''
LIRC_TRUE=''
LN_S=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE=''
MAKEINFO=''
MAKESWF=''
MAKESWF_SUPPORTS_PREBUILT_CLIPS_FALSE=''
MAKESWF_SUPPORTS_PREBUILT_CLIPS_TRUE=''
MEDIA_CONFIG=''
MENUS_FALSE=''
MENUS_TRUE=''
MING_CFLAGS=''
MING_CONFIG=''
MING_LIBS=''
MING_SUPPORTS_INIT_ACTIONS_FALSE=''
MING_SUPPORTS_INIT_ACTIONS_TRUE=''
MING_SUPPORTS_REPLACE_TAG_FALSE=''
MING_SUPPORTS_REPLACE_TAG_TRUE=''
MING_SUPPORTS_STREAMING_SOUND_FALSE=''
MING_SUPPORTS_STREAMING_SOUND_TRUE=''
MING_SUPPORTS_SWFBUTTON_ADD_CHARACTER_FALSE=''
MING_SUPPORTS_SWFBUTTON_ADD_CHARACTER_TRUE=''
MING_SUPPORTS_SWFBUTTON_SET_DEPTH_FALSE=''
MING_SUPPORTS_SWFBUTTON_SET_DEPTH_TRUE=''
MING_VERSION=''
MING_VERSION_0_4_3_FALSE=''
MING_VERSION_0_4_3_TRUE=''
MING_VERSION_0_4_FALSE=''
MING_VERSION_0_4_TRUE=''
MING_VERSION_CODE=''
MKINSTALLDIRS=''
MOC=''
MSGFMT=''
MSGMERGE=''
MTASC=''
MTASC_CLASSPATH=''
MYSQL_CFLAGS=''
MYSQL_LIBS=''
NETCAT=''
NPAPI_FALSE=''
NPAPI_TRUE=''
NSPR_CFLAGS=''
NSPR_CONFIG=''
NSPR_LIBS=''
OBJDUMP=''
OBJEXT=''
OPENGL_CFLAGS=''
OPENGL_LIBS=''
PACKAGE=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='gnash'
PACKAGE_STRING='gnash 0.8.4'
PACKAGE_TARNAME='gnash'
PACKAGE_VERSION='0.8.4'
PANGO_CFLAGS=''
PANGO_LIBS=''
PATH_SEPARATOR=':'
PDFXMLTEX=''
PKG_CONFIG=''
PLUGIN_LINK_UNDEFINED_FALSE=''
PLUGIN_LINK_UNDEFINED_TRUE=''
POSUB=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_CXX=''
PTHREAD_LIBS=''
PYTHON=''
QTOPIA_CFLAGS=''
QTOPIA_LIBS=''
QT_CFLAGS=''
QT_LIBS=''
RANLIB=''
RENDERER_CONFIG=''
RENDERER_LIBS=''
SCROLLINSTALL=''
SCROLLKEEPER=''
SCROLLUPDATE=''
SDKINSTALL_FALSE=''
SDKINSTALL_TRUE=''
SDL_CFLAGS=''
SDL_CONFIG=''
SDL_LIBS=''
SECURITY_LIST=''
SET_MAKE=''
SHELL='/bin/bash'
SOLDIR=''
STATISTICS_LIST=''
STRIP=''
SUPPORTED_GUIS=''
SWFC=''
SWFDEC_TESTSUITE=''
SWFMILL=''
SWFTREE_FALSE=''
SWFTREE_TRUE=''
TESTSUITE_FALSE=''
TESTSUITE_TRUE=''
UNGIF_CFLAGS=''
UNGIF_CONFIG=''
UNGIF_LIBS=''
USE_FFMPEG_ENGINE_FALSE=''
USE_FFMPEG_ENGINE_TRUE=''
USE_GST_ENGINE_FALSE=''
USE_GST_ENGINE_TRUE=''
USE_LIRC_FALSE=''
USE_LIRC_TRUE=''
USE_NLS=''
USE_SOUND_SDL_FALSE=''
USE_SOUND_SDL_TRUE=''
VERSION=''
WIN32_FALSE=''
WIN32_TRUE=''
WINDRES=''
X11_CFLAGS=''
X11_LIBS=''
XFT_CFLAGS=''
XFT_CONFIG=''
XFT_LIBS=''
XGETTEXT=''
XML2_CONFIG=''
XPCOM_CFLAGS=''
XPCOM_FALSE=''
XPCOM_IDL_CFLAGS=''
XPCOM_LIBS=''
XPCOM_TRUE=''
XPIDL=''
XSLTPROC=''
ZIP=''
Z_CFLAGS=''
Z_CONFIG=''
Z_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot=''
am__quote=''
am__tar=''
am__untar=''
bindir='${exec_prefix}/bin'
build='powerpc64-unknown-linux-gnu'
build_alias=''
build_cpu='powerpc64'
build_os='linux-gnu'
build_vendor='unknown'
curlconfig=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docbook_styles=''
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='powerpc64-unknown-linux-gnu'
host_alias=''
host_cpu='powerpc64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
include_ARTS_FALSE=''
include_ARTS_TRUE=''
include_x11_FALSE=''
include_x11_TRUE=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mconfig=''
mkdir_p=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
pth_config=''
pthread_config=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
unsermake_enable_pch_FALSE=''
unsermake_enable_pch_TRUE=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "gnash"
#define PACKAGE_TARNAME "gnash"
#define PACKAGE_VERSION "0.8.4"
#define PACKAGE_STRING "gnash 0.8.4"
#define PACKAGE_BUGREPORT ""

configure: exit 77

Please help I am running xubuntu gutsy gibbon 7.10, 32 bit on a powerpc64 (playstation 3)i would like to know if it's even possible to install this program thank you

Last edited by theseph; 12-19-2008 at 10:33 PM.
 
Old 12-19-2008, 11:07 PM   #2
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
you ever thought about getting all the development libraries before you compile. your missing a bunch.

Last edited by Drakeo; 12-20-2008 at 12:23 AM.
 
Old 12-19-2008, 11:50 PM   #3
theseph
Member
 
Registered: May 2008
Posts: 38

Original Poster
Rep: Reputation: 16
I'm a noob to linux so i dont know alot about installing software
 
Old 12-20-2008, 12:31 AM   #4
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
Originally Posted by theseph View Post
I'm a noob to linux so i dont know alot about installing software
well use your package manager and get your development packages.
but I bet if you google around some one has built a deb package for that system. Ubuntu is a power user system. they give the power to the user to download pre built stuff so they do not have to learn how to build stuff. but you will find in your synaptic package manager there is a bunch of development stuff. put that stuff on the hard drive now when you compile it will grab a libraries us it it may have to grab 300 to a thousand libraries the are header files. Ubuntu is very good about giving the stuff you need it is up to you to find it. thats why we are here.
 
Old 12-20-2008, 12:43 AM   #5
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
ok I just built it on my system and I googled around and ubuntu has one already to install for you you just need to google around. now I have to find out why this one is so much better that adobe. flash.
 
Old 12-20-2008, 12:00 PM   #6
theseph
Member
 
Registered: May 2008
Posts: 38

Original Poster
Rep: Reputation: 16
ok i did alot of crap to get this far i now have this error message

OK here's what i need help with I downloaded the file unpacked it using command ran the "./configure" and got these warnings




WARNING: without --enable-docbook we will use the cached
documentation files included in the gnash distribution.
If you change files in doc/C, you should --enable-docbook.
WARNING: You need to have the Ming development package
installed to run most of the tests in Gnash testsuite.
Install it from http://www.libming.org/
or
.deb users: apt-get install libming-dev
WARNING: You need to have the Ming utilities package
installed to run most of the tests in Gnash testsuite.
Install it from http://www.libming.org
or .deb users: apt-get install libming-util
WARNING: You need to have the 'swfmill' tool installed
to run some of the tests in Gnash testsuite.
You can install it from
http://swfmill.org/
or .deb users: apt-get install swfmill

Gnash should still compile even with these warnings. If it doesn't,
report the warnings as a bug.

OK so i went ahead and ran "make" and got this

gst/GstUtil.cpp: In static member function ‘static bool gnash::media::GstUtil::check_missing_plugins(GstCaps*)’:
gst/GstUtil.cpp:113: error: ‘gst_install_plugins_supported’ was not declared in this scope
gst/GstUtil.cpp:118: error: ‘gst_missing_decoder_installer_detail_new’ was not declared in this scope
make[2]: *** [libgnashmedia_la-GstUtil.lo] Error 1
make[2]: Leaving directory `/home/user1/gnash-0.8.4/libmedia'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user1/gnash-0.8.4'
make: *** [all] Error 2

umm dont understand this part but i went ahead and tried the "make install" which is supposed to make an install and install software this is what i got


root@user1-desktop:/home/user1/gnash-0.8.4# make install
Making install in libbase
make[1]: Entering directory `/home/user1/gnash-0.8.4/libbase'
make[2]: Entering directory `/home/user1/gnash-0.8.4/libbase'
test -z "/usr/local/lib/gnash" || /bin/mkdir -p
"/usr/local/lib/gnash"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libgnashbase.la' '/usr/local/lib/gnash/libgnashbase.la'
/usr/bin/install -c .libs/libgnashbase-0.8.4.so /usr/local/lib/gnash/libgnashbase-0.8.4.so
(cd
/usr/local/lib/gnash && { ln -s -f libgnashbase-0.8.4.so
libgnashbase.so || { rm -f libgnashbase.so && ln -s
libgnashbase-0.8.4.so libgnashbase.so; }; })
/usr/bin/install -c .libs/libgnashbase.lai /usr/local/lib/gnash/libgnashbase.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gnash
-----------------------------------------------------------------
-----
Libraries have been installed in:
/usr/local/lib/gnash

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one
of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
-----------------------------------------------------------------
-----
test -z "/usr/local/etc" || /bin/mkdir -p "/usr/local/etc"
/usr/bin/install -c -m 644 'gnashrc' '/usr/local/etc/gnashrc'
/usr/bin/install -c -m 644 'gnashpluginrc' '/usr/local/etc/gnashpluginrc'
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"
make[2]: Leaving directory
`/home/user1/gnash-0.8.4/libbase'
make[1]: Leaving directory `/home/user1/gnash-0.8.4/libbase'
Making install in libamf
make[1]: Entering directory `/home/user1/gnash-0.8.4/libamf'
make[2]: Entering directory `/home/user1/gnash-0.8.4/libamf'
test -z "/usr/local/lib/gnash" || /bin/mkdir -p "/usr/local/lib/gnash"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libgnashamf.la' '/usr/local/lib/gnash/libgnashamf.la'
libtool: install: warning: relinking `libgnashamf.la'
(cd
/home/user1/gnash-0.8.4/libamf; /bin/bash ../libtool --tag=CXX
--mode=relink g++ -g -O2 -pthread -pthread -W -Wall -Wcast-align
-Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused
-release 0.8.4 -lboost_thread-gcc41-mt-1_34_1
-lboost_date_time-gcc41-1_34_1 -Wl,--as-needed -o libgnashamf.la -rpath
/usr/local/lib/gnash amf.lo buffer.lo element.lo flv.lo lcshm.lo sol.lo
../libbase/libgnashbase.la -lc -lrt -lX11 -lXi )
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libjpeg.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libgif.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libcurl.la' seems to be moved
g++
-shared -nostdlib
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../../lib/crti.o
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/crtbeginS.o .libs/amf.o
.libs/buffer.o .libs/element.o .libs/flv.o .libs/lcshm.o .libs/sol.o
-Wl,--rpath -Wl,/usr/local/lib/gnash -lboost_thread-gcc41-mt-1_34_1
-lboost_date_time-gcc41-1_34_1 -L/usr/local/lib/gnash -lgnashbase
-L/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../ -L/usr/lib -lrt -lX11
-lXi -L/usr/lib/gcc/powerpc-linux-gnu/4.1.3
-L/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../../lib -L/lib/../lib
-L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/crtsavres.o
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/crtendS.o
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../../lib/crtn.o -pthread
-pthread -Wl,--as-needed -Wl,-soname -Wl,libgnashamf-0.8.4.so -o
.libs/libgnashamf-0.8.4.so
/usr/bin/install -c .libs/libgnashamf-0.8.4.soT /usr/local/lib/gnash/libgnashamf-0.8.4.so
(cd
/usr/local/lib/gnash && { ln -s -f libgnashamf-0.8.4.so
libgnashamf.so || { rm -f libgnashamf.so && ln -s
libgnashamf-0.8.4.so libgnashamf.so; }; })
/usr/bin/install -c .libs/libgnashamf.lai /usr/local/lib/gnash/libgnashamf.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gnash
-----------------------------------------------------------------
-----
Libraries have been installed in:
/usr/local/lib/gnash

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the
`-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
-----------------------------------------------------------------
-----
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/user1/gnash-0.8.4/libamf'
make[1]: Leaving directory `/home/user1/gnash-0.8.4/libamf'
Making install in libnet
make[1]: Entering directory `/home/user1/gnash-0.8.4/libnet'
make[2]: Entering directory
`/home/user1/gnash-0.8.4/libnet'
test -z "/usr/local/lib/gnash" || /bin/mkdir -p "/usr/local/lib/gnash"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libgnashnet.la' '/usr/local/lib/gnash/libgnashnet.la'
libtool: install: warning: relinking `libgnashnet.la'
(cd
/home/user1/gnash-0.8.4/libnet; /bin/bash ../libtool --tag=CXX
--mode=relink g++ -g -O2 -pthread -pthread -W -Wall -Wcast-align
-Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused
../libbase/libgnashbase.la ../libamf/libgnashamf.la
../libbase/libltdlc.la -lglib-2.0 -lxml2 -lcurl
-lboost_thread-gcc41-mt-1_34_1 -lboost_date_time-gcc41-1_34_1 -lpthread
-Wl,--as-needed -o libgnashnet.la -rpath /usr/local/lib/gnash cque.lo
handler.lo lirc.lo http.lo network.lo netstats.lo rtmp.lo rtmp_msg.lo
rtmp_client.lo rtmp_server.lo statistics.lo -lc -lrt -lX11 -lXi )
libtool: link: warning:
`/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libjpeg.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libgif.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libcurl.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libjpeg.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libgif.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../..//libcurl.la' seems to be moved
g++
-shared -nostdlib
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../../lib/crti.o
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/crtbeginS.o .libs/cque.o
.libs/handler.o .libs/lirc.o .libs/http.o .libs/network.o
.libs/netstats.o .libs/rtmp.o .libs/rtmp_msg.o .libs/rtmp_client.o
.libs/rtmp_server.o .libs/statistics.o -Wl,--whole-archive
../libbase/.libs/libltdlc.a -Wl,--no-whole-archive -Wl,--rpath
-Wl,/usr/local/lib/gnash -L/home/user1/gnash-0.8.4/libbase/.libs
-L/usr/local/lib/gnash -lgnashbase
-L/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../ -L/usr/lib -lgnashamf
-lglib-2.0 -lxml2 -lcurl -lboost_thread-gcc41-mt-1_34_1
-lboost_date_time-gcc41-1_34_1 -lpthread -lrt -lX11 -lXi
-L/usr/lib/gcc/powerpc-linux-gnu/4.1.3
-L/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../../lib -L/lib/../lib
-L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/crtsavres.o
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/crtendS.o
/usr/lib/gcc/powerpc-linux-gnu/4.1.3/../../../../lib/crtn.o -pthread
-pthread -Wl,--as-needed -Wl,-soname -Wl,libgnashnet.so.0 -o
.libs/libgnashnet.so.0.0.0
/usr/bin/install -c .libs/libgnashnet.so.0.0.0T /usr/local/lib/gnash/libgnashnet.so.0.0.0
(cd
/usr/local/lib/gnash && { ln -s -f libgnashnet.so.0.0.0
libgnashnet.so.0 || { rm -f libgnashnet.so.0 && ln -s
libgnashnet.so.0.0.0 libgnashnet.so.0; }; })
(cd
/usr/local/lib/gnash && { ln -s -f libgnashnet.so.0.0.0
libgnashnet.so || { rm -f libgnashnet.so && ln -s
libgnashnet.so.0.0.0 libgnashnet.so; }; })
/usr/bin/install -c .libs/libgnashnet.lai /usr/local/lib/gnash/libgnashnet.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gnash
-----------------------------------------------------------------
-----
Libraries have been installed in:
/usr/local/lib/gnash

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment
variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
-----------------------------------------------------------------
-----
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/user1/gnash-0.8.4/libnet'
make[1]: Leaving directory `/home/user1/gnash-0.8.4/libnet'
Making install in libmedia
make[1]: Entering directory `/home/user1/gnash-0.8.4/libmedia'
/bin/bash
../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
-I../libamf -I../libnet -I../backend -I../libbase -I../libcore
-I../libcore/vm -I../libcore/parser -pthread -I/usr/include/libxml2
-I/usr/include/libpng12 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I../libltdl -I../libmedia/gst
-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/SDL
-D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -pthread -pthread -W
-Wall -Wcast-align -Wcast-qual -Wpointer-arith
-Wreturn-type -Wnon-virtual-dtor -Wunused -MT
libgnashmedia_la-GstUtil.lo -MD -MP -MF
.deps/libgnashmedia_la-GstUtil.Tpo -c -o libgnashmedia_la-GstUtil.lo
`test -f 'gst/GstUtil.cpp' || echo './'`gst/GstUtil.cpp
g++
-DHAVE_CONFIG_H -I. -I.. -I../libamf -I../libnet -I../backend
-I../libbase -I../libcore -I../libcore/vm -I../libcore/parser -pthread
-I/usr/include/libxml2 -I/usr/include/libpng12 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I../libltdl -I../libmedia/gst -pthread
-I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/SDL
-D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -pthread -pthread -W -Wall
-Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type
-Wnon-virtual-dtor -Wunused -MT libgnashmedia_la-GstUtil.lo -MD -MP -MF
.deps/libgnashmedia_la-GstUtil.Tpo -c gst/GstUtil.cpp -fPIC -DPIC -o
.libs/libgnashmedia_la-GstUtil.o
gst/GstUtil.cpp: In static member function ‘static bool gnash::media::GstUtil::check_missing_plugins(GstCaps*)’:
gst/GstUtil.cpp:113: error: ‘gst_install_plugins_supported’ was not declared in this scope
gst/GstUtil.cpp:118: error: ‘gst_missing_decoder_installer_detail_new’ was not declared in this scope
make[1]: *** [libgnashmedia_la-GstUtil.lo] Error 1
make[1]:
Leaving directory `/home/user1/gnash-0.8.4/libmedia'
make: *** [install-recursive] Error 1

Ok lemme know something please people been without flash linux for a year now thank god for my laptop

Last edited by theseph; 12-20-2008 at 12:02 PM.
 
Old 12-20-2008, 12:00 PM   #7
theseph
Member
 
Registered: May 2008
Posts: 38

Original Poster
Rep: Reputation: 16
UPDATE/UPDATE: I now run "./configure" and receive no errors but yet One warning

here's as it is in terminal

WARNING: without --enable-docbook we will use the cached
documentation files included in the gnash distribution.
If you change files in doc/C, you should --enable-docbook.

Gnash should still compile even with these warnings. If it doesn't,
report the warnings as a bug.

OK how do i go about enabling docbook or wtfever it is? please help i went from 20 errors and warnings to 1 warning i am almost there

Also I get this the same error during "make" of gnash-0.8.4

/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../libamf -I../libnet -I../backend -I../libbase -I../libcore -I../libcore/vm -I../libcore/parser -pthread -I/usr/include/libxml2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../libltdl -I../libmedia/gst -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -pthread -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -MT libgnashmedia_la-GstUtil.lo -MD -MP -MF .deps/libgnashmedia_la-GstUtil.Tpo -c -o libgnashmedia_la-GstUtil.lo `test -f 'gst/GstUtil.cpp' || echo './'`gst/GstUtil.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I../libamf -I../libnet -I../backend -I../libbase -I../libcore -I../libcore/vm -I../libcore/parser -pthread -I/usr/include/libxml2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../libltdl -I../libmedia/gst -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -pthread -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -MT libgnashmedia_la-GstUtil.lo -MD -MP -MF .deps/libgnashmedia_la-GstUtil.Tpo -c gst/GstUtil.cpp -fPIC -DPIC -o .libs/libgnashmedia_la-GstUtil.o
gst/GstUtil.cpp: In static member function ‘static bool gnash::media::GstUtil::check_missing_plugins(GstCaps*)’:
gst/GstUtil.cpp:113: error: ‘gst_install_plugins_supported’ was not declared in this scope
gst/GstUtil.cpp:118: error: ‘gst_missing_decoder_installer_detail_new’ was not declared in this scope
make[2]: *** [libgnashmedia_la-GstUtil.lo] Error 1
make[2]: Leaving directory `/home/user1/gnash-0.8.4/libmedia'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user1/gnash-0.8.4'
make: *** [all] Error 2

What do i need to do to get this message to go the hell away? thank you

Last edited by theseph; 12-20-2008 at 04:09 PM. Reason: update
 
Old 12-20-2008, 10:40 PM   #8
norobro
Member
 
Registered: Feb 2006
Distribution: Debian Sid
Posts: 792

Rep: Reputation: 331Reputation: 331Reputation: 331Reputation: 331
Hi theseph,

I googled the ‘gst_install_plugins_supported’ error and found this patch.

Don't know whether it will solve your problem or not.
 
Old 12-21-2008, 04:02 PM   #9
theseph
Member
 
Registered: May 2008
Posts: 38

Original Poster
Rep: Reputation: 16
SOLVED

nice to see you again norobro somehow i avoided that "bug" through a long process what i did was installed gnash 0.8.2-0.8.4 when i did this i did not receive that error message but when i installed it still didnt pick up gnash-0.8.4 as the plugin so in terminal i had to move the libgnashplugin.so from .mozilla/plugins to /usr/lib/gnash in doing so i now see gnash 0.8.4 install in my plugins in firefox yay!!!

And after all this is still freezes when watching youtube :-( ho well i figured flash out on ppc

Last edited by theseph; 12-21-2008 at 04:06 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Gnash Flash player reaches milestone, not destination LXer Syndicated Linux News 0 03-19-2008 03:30 AM
Flash/gnash installing snafu caused system problems slacard Debian 0 07-07-2007 11:35 AM
LXer: Gnash, the free Flash player, makes progress LXer Syndicated Linux News 0 06-29-2006 01:21 PM
problems installing flash player on firefox1 amadkow Linux - Software 1 12-11-2004 05:31 AM
Problems installing Flash player? New Solution! moisvon Linux - Software 0 10-29-2003 12:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration