Configure not finding dependencies but they are installed!

Hi, I was just trying to install pychosynth from AUR via yaourt, but configure just keeps complaining about SoundTouch and Liblo not being installed, however they are.
I tried to fix it by downloading Debian's Lenny libSoundTouch .deb file and then extracting the libs and links to /usr/lib but there was no luck anyways.
Here is my configure output:
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBLO... no
checking for LIBXML... yes
checking for SNDFILE... yes
checking for SOUNDTOUCH... no
checking for VORBIS... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for ALSA... yes
checking for JACK... yes
checking for OGRE... yes
checking for CEGUI... yes
checking for CEGUIOGRE... yes
checking for OIS... yes
configure: error:
*** You need libSoundTouch to compile the program.
*** Install it and run this script again.
make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.
And here's the AUR package I'm using:
http://aur.archlinux.org/packages.php?ID=16898
Thanks for your continued help

Ok, good and bad news.
It seems that it was missing some development libreries to compile, and because I couldn't find them elsewhere I decided to grab them from Debian's site, so I took lenny's libsoundtouch1-dev package and manually installed it, so now I get this while building:
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBLO... no
checking for LIBXML... yes
checking for SNDFILE... yes
checking for SOUNDTOUCH... yes
checking for VORBIS... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for ALSA... yes
checking for JACK... yes
checking for OGRE... yes
checking for CEGUI... yes
checking for CEGUIOGRE... yes
checking for OIS... yes
configure: creating ./config.status
config.status: creating libpsynth.pc
config.status: creating Makefile
config.status: creating doc/Doxyfile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: creating libpsynth/Makefile
config.status: creating libpsynth/version.h
config.status: creating config.h
config.status: executing depfiles commands
* Psychosynth 0.1.1: Automatic configuration OK.
* Configuration summary:
* 3D client (psynth3d) ..... yes
* CLI client (psynth) ...... no
* OSC support: ............. no
* XML config support: ...... yes
* SoundTouch support: ...... yes
* PCM support: ............. yes
* OGG support: ............. yes
* OSS support: ............. yes
* ALSA support: ............ yes
* Jack support: ............ yes
* Translations: ............ Not suported.
* Installation directories:
* Program: ................. NONE/bin
* Data: .................... /usr/share/psychosynth
* Library: ................. NONE/lib
* Includes: ................ /usr/include/libpsynth
* Type 'make' to compile.
* Then type 'make install' to install.
* Have fun!
make all-recursive
make[1]: se ingresa al directorio `/tmp/yaourt-tmp-ltsmash/aur-psychosynth/psychosynth/src/psychosynth-0.1.1'
Making all in libpsynth
make[2]: se ingresa al directorio `/tmp/yaourt-tmp-ltsmash/aur-psychosynth/psychosynth/src/psychosynth-0.1.1/libpsynth'
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -I/usr/include/alsa -march=i686 -mtune=generic -O2 -pipe -MT libpsynth_la-Director.lo -MD -MP -MF .deps/libpsynth_la-Director.Tpo -c -o libpsynth_la-Director.lo `test -f 'psynth/Director.cpp' || echo './'`psynth/Director.cpp
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -I/usr/include/alsa -march=i686 -mtune=generic -O2 -pipe -MT libpsynth_la-Director.lo -MD -MP -MF .deps/libpsynth_la-Director.Tpo -c psynth/Director.cpp -fPIC -DPIC -o .libs/libpsynth_la-Director.o
In file included from ../libpsynth/common/ControlBuffer.h:27,
from ../libpsynth/object/Object.h:33,
from ../libpsynth/table/Patcher.h:30,
from ../libpsynth/table/Table.h:32,
from ./psynth/Director.h:29,
from psynth/Director.cpp:24:
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:80: error: '::memchr' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:81: error: '::memcmp' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:82: error: '::memcpy' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:83: error: '::memmove' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:84: error: '::memset' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:85: error: '::strcat' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:86: error: '::strcmp' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:87: error: '::strcoll' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:88: error: '::strcpy' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:89: error: '::strcspn' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:90: error: '::strerror' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:91: error: '::strlen' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:92: error: '::strncat' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:93: error: '::strncmp' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:94: error: '::strncpy' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:95: error: '::strspn' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:96: error: '::strtok' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:97: error: '::strxfrm' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring: In function 'void* std::memchr(void*, int, size_t)':
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:101: error: invalid conversion from 'const void*' to 'void*'
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:101: error: initializing argument 1 of 'void* std::memchr(void*, int, size_t)'
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring: At global scope:
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:103: error: '::strchr' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:109: error: '::strpbrk' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:115: error: '::strrchr' has not been declared
/usr/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/cstring:121: error: '::strstr' has not been declared
In file included from ../libpsynth/table/Patcher.h:30,
from ../libpsynth/table/Table.h:32,
from ./psynth/Director.h:29,
from psynth/Director.cpp:24:
../libpsynth/object/Object.h: In destructor 'virtual psynth::Object::InSocket::~InSocket()':
../libpsynth/object/Object.h:141: error: 'for_each' was not declared in this scope
make[2]: *** [libpsynth_la-Director.lo] Error 1
make[2]: se sale del directorio `/tmp/yaourt-tmp-ltsmash/aur-psychosynth/psychosynth/src/psychosynth-0.1.1/libpsynth'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/tmp/yaourt-tmp-ltsmash/aur-psychosynth/psychosynth/src/psychosynth-0.1.1'
make: *** [all] Error 2
Have you got any ideas of what went wrong?
Thanks.

Similar Messages

  • I have a subscription and I pay each month for that. I installed the suite Adobe (indesign, photoshop, illustrator and acroba) on my second computer (laptop) but they are installed like trial version. I can't activate them with my adobe. They still are tr

    I have a subscription and I pay each month for that. I installed the suite Adobe (indesign, photoshop, illustrator and acroba) on my second computer (laptop) but they are installed like trial version. I can't activate them with my adobe. They still are trial versions... How can I actvate them on my second computer ?

    On that computer... Does your Cloud subscription properly show on your account page?
    If you have more than one email, are you sure you are using the correct Adobe ID?
    https://www.adobe.com/account.html for subscriptions on your Adobe page
    If yes
    Some general information for a Cloud subscription
    Cloud programs do not use serial numbers... you log in to your paid Cloud account to download & install & activate... you MAY need to log out of the Cloud and restart your computer and log back in to the Cloud for things to work
    Log out of your Cloud account... Restart your computer... Log in to your paid Cloud account
    -Sign in help http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html
    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    -http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html
    -ID help https://helpx.adobe.com/contact.html?step=ZNA_id-signing_stillNeedHelp
    -http://helpx.adobe.com/creative-cloud/kb/license-this-software.html
    If no
    This is an open forum, not Adobe support... you need Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • Can I put the 2Gb RAM (X2) from my MacBook Pro into my MacBook 5,1? The intel is different (2Ghz not 2.3) and the speed is 1067 not 1333. But they are both DDR3.

    Can I put the 2Gb RAM (X2) from my MacBook Pro into my MacBook? The intel is different (2Ghz not 2.3) and the speed is 2000 not 1333. But they are both DDR3.
    I have just upgraded the Pro to 16Gb and the MacBook is SO slow. Just wondering if I could use the old RAM.

    Full specification of MB5.1 RAM;
    204-pin PC3-8500 (1066 MHz) DDR3 SO-DIMM, non-ECC (non parity), unbuffered.
    MBP8.1, 8.2 or 8.3;
    204-pin PC3-10600 (1333 MHz) DDR3 SO-DIMM, non-ECC (non parity), unbuffered.
    PC3 is the same as DDR3. the number is peak transfer rate (approximated).
    Further reading suggests your swap may work, but it's not guaranteed. If you get 3 beeps on start up (or the sleep light flashing in bursts of 3), first check it's correctly seated, but be prepared to swap them back.
    If you encounter any instability or kernel panics, change them back.

  • My iTouch will not show movies, but they are showing on my iTunes.  When I try and play them through my iTunes it freezes on me and does not work.

    My iTouch will not show movies, but they are showing on my iTunes.  When I try and play them through my iTunes it freezes on me and does not work.  This problem only occurs whenever I am using my netbook.  It doesn't happen when I use a different computer.  I tried uninstalling and reinstalling itunes and am not sure what else to do from here. 

    You may have transferred all your songs, but your iPad is seeing the library as a different entity.
    The following article(s) may help you.
    Moving your iTunes library to a new computer  

  • New thunderbird won't send messages saying some of my addresses I've used for years are not right syntax but they are.

    Setting up different computer since lightning strike took out my ethernet (but not much else). Using Mint Linux 13. New setup on this computer with all the latest updates including Thunderbird 31.
    Have imported my old addresses that I've been sending to for years but this new t-bird will not allow some emails saying they are not proper sytax when they are. Nothing has changed on the addresses, just Thunderbird has changed. Because of these few it refuses, it won't sent ANY emails now except for replies. Replies using the very same addresses go through with no problem. Lately it finds just one address it refuses but when I take that one out (have to start over now - won't allow me to delete) then it comes up with a whole other list and DOES NOT SEND ANYTHING. This is damned frustrating, to be frank.

    What is the exact error message?

  • Embed fonts not available error (But they are available sysetm fonts)

    Hello!
    I tried to search and actually did found some answers regarding font problems, but they did not help. So I am explaining here my problem in hope that someone can help me.
    My company bought a HP Xeon X3450 @ 2.8Ghz. @Gb RAM DD3 1333 with Windows 7 64-Bits version Professional.
    We installed Adobe CS3 Suite on Windows 7 64-Bits version and the problems with fonts started.
    We used to work with XP Professional before this new machine arrived and never had system fonts propblems with Adobe CS3 Suite.
    Basically, what happens is:
    When I try to open PDF files with embed fonts (system fonts susch as ARIAL for example) the program returns an error saying that the fonts are not installed/available, but checking the C:\windows\fonts, they are there and working fine on Office or other common application such as notepad for example.
    I tried the workaround I found on these very forums of copying the fonts to the folder C:\Program Fils\Common Files\Adobe\Fonts and it still does not work.
    Formated the HD and then installed Windows 7 32 bits (x86) and still have the same problems. All updates were made and applied to Adobe and Windows respectively for both 64 and 32 versions and the error still happens.
    In resume, fonts are installed, they are system fonts but under Windows 7 64 or 32 bits versions they simply do not work when opening the PDF files with embed fonts.
    -The PDFs had no problems before while running windows XP Professional.
    -The PDFs open whithout any problems on machines with Windows Xp Professional.
    -This is happening specifically in Adobe Illustrator CS3 and CS5 and Adobe Acrobat Professional 8 and 9.
    Please, I urge for help since we don't know what to do anymore.
    Thank you all who took time to read this and forgive my terrible english, it is not my first language.
    Best regards,
    Message was edited by: Andre Gurtovoi - Reason: added information.

    Andre,
    What I believe you have is 2 different versions of Arial, you old machine probably contains the version you need.
    By old version, I mean one could by true type(XP), and another Opentype (WIn 7), and the error comes up. Even though they have they same name (Eg: Arial Bold).
    There are even old version of fonts that are both of the same font technology format and have different FOND ID  numbers(Eg: Frutiger was one that I often encountered, but you don't see this problem that much nowadays).

  • My ipad know longer has my notes on it but they are on icloud, how do i get them back onto my ipad???

    so I went on to my ipad today to check one of the notes I had stored on it, but they have disappeared, ALL OF MY NOTES HAVE DISAPPEARED!!! I have no clue where they have gone? there on my icloud, so its not like I don't have any record of them, but none of them are on my ipad! how do i get them all back on my ipad? help!!

    settings icloud turn these items back on they shoudl come right over to the ios device

  • I am using outlook 2013 for my emails.  My junk emails get automatically deleted.  I have had several people say they sent me emails and i can not find them.  They are not in any of my inboxs. Can anyone please help

    I am using outlook 2013 for my emails.  My junk emails are gettting automatically deleted.  Problem is i am getting sent emails from schools and others that i
    am just not receving.  It;s not in any of my inboxe.  I am losing alot of important info and don't know why.  Please help

    If you suspect they are being marked as junk and deleted, turn off the auto-delete. Being that Office is a Microsoft product, you should ask them how to do that: http://www.microsoft.com/mac.

  • Unable to play games requiring plug-ins since update 3.6.6.it tells me i"need to install plug-in before playing" but they are installed

    i can no longer use firefox as before update to 3.6.6...java takes forever,.. and if i try to play almost any game(even online games) i get message from firefox telling me i must install "plug-in"to be able to play. but,.i already have the correct plug-ins installed! i had NO problems at all until now!! help.
    == This happened ==
    Every time Firefox opened
    == after last firefox update..3.6.6

    Go to the site, click on a Help or Support link (sometimes at the bottom of the main page), click around until you find something like "system requirements" to see what is necessary for that site. THINK!!!
    If you are trying to play Flash-based games, you do not even have Flash installed; look in Addons>Plugins in FF for Shockwave Flash.
    You have what most would consider spyware/adware installed; "My Web Search" in Plugins. Google it, read about it and how to get rid of it.
    THINK!!!

  • I have smart playlists on my iphone that i never created and when i connect to itunes and go to "on my phone" they are not listed there but they are definately on my phone.  How do i get rid of them?

    I have smart playlists on my iphone that i never created, a couple of them are duplicated and I cant figure out how to delete them.  When i connect my phone to pc using Itunes these "Ghost" playlists do not even show up when I click "on my phone".  These lists are there and they do have songs and work, I just want to get rid of them and I dont know how.  Any help would be appreciated. 

    Okay. Try checking "manually manage music and videos", and then click the flippy triangle next to your device. Then select the items you want to delete and just press Delete on your keyboard.
    Uncheck when you're done.

  • My imported songs into itunes match are not being uploaded but they are giving error messages

    So when I am adding songs to my itunes library I am having issues with these songs being uploaded.  I called apple support last time and they fixed the issue with me but it's started all over again.  These songs have the little cloud with an exclamation point beside them and they say an error has occurred when uploading when i click on them.  I have turned itunes match on and off and that didn't resolve the issue.  Any ideas?

    When you have that alert icon, generally that means iTunes can't find the original file. What happens if you do a Get Info on the track?

  • When I close firefox, my tabs are not being saved(but they are if I kill firefox)

    When I close firefox, it does NOT save my tabs :( BUT when I kill -9 <firefox-pid>, it saves my tabs so when I boot it up, I can click the restore button. What gives? I only see this on linux :(.
    I am on ubuntu, specifically....
    dhiller@thedragon:~$ uname -a
    Linux thedragon 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
    dhiller@thedragon:~$

    Make sure that you do not use [[Clear Recent History]] to clear the 'Browsing History' when you close Firefox.
    * https://support.mozilla.com/kb/Clear+Recent+History

  • Upgrade to Windows Server 2008 installation fails (reports Services to uninstall but they are not installed)

    I am upgrading a Windows Server 2003 to 2008.
    When I run the install it completes the Compability check and reports that Sharepoint Services and WSUS are installed. They are not installed and are not running Services either. I have attempted to remove Registry keys for these but this does not resolve
    my issue.
    Control Panel, Add/Remove does not report these as installed either. 
    How do I get the 2008 install to continue and ignore these OR how do I "truly" get these "uninstalled" if there is nothing I can do to find out what is reporting that they are installed?

    SBS 2003 does contain these feature by default. Is this a small business server OS?  If so I'd try them over here.
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?category=sbsserver&filter=alltypes&sort=lastpostdesc
     This one may also help.
    Transition from Small Business Server to Standard Windows Server
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Can dld newer versions of Frfx but they are not getting installed?

    I am able to dld newer versions of firefox but they are not getting installed ... Currently 'about firefox' shows my version to be 27.0.1 but when I go into the troubleshooting option it shows I have version 28.0 and 29.0 in my update history. Please advise. Thanks

    Hi Irishman,
    Have a go at the suggestions that follow and then post back with how you get on.
    Obviously I have seen your post, and sorry you are having problems. Unfortunately this is likely to be because you did not take enough care on the Internet. It is all too easy to go to bad websites and pick up malware that once downloaded does things you may not like or expect.
    <u>Explanation </u><br />
    '''This is not anything to do with Mozilla Firefox''', other than it is the browser in use. Such software is not bundled with or downloaded with Firefox installs or upgrades. <br /> ( You may get an option of thumbnails in otherwise blank spaces in newtabs in a version of Firefox later this year but that is a different subject)
    Finding such adware may be problematic, after all it is either downright malware which will try its best to evade being found and uninstalled, or it is adware that a minority of people actually like and deliberately download and install, usually after clicking small print saying this will happen.
    <u>Suggestions to try to Uninstall or Remove Adware</u>
    First thing to try, check which search engine is selected ? <br /> Because this is so simple and could have an effect it is worth checking what Search engine is selected for the Firefox Searchbar. You may have changed that, or software may have,and that will affect other searches including those from the address bar and the start page. All you need to do is click the little downward pointing arrowhead in the search bar and check what is in use and what is available. In most countries Firefox uses Google by default.
    Check the shortcut Icons - has an address been added ? <br> Right click the icon on the desktop used to start Firefox has an address been tacked on to the end of that. If something has changed that Firefox goes to that address as it starts up. For comparison use a run command directly. In Windows & with Firefox not already open Use keyboard shortcut Winkey+Run then when you get the run option key in ''firefox.exe'' & hit return. That will run Firefox without any extra instruction.
    Adware removal<br />
    I you have got adware, or unwanted software especially if it also affects other browsers (So check the use of Internet Explorer) look for anything unexpected installed in the Windows OS, use the Windows Control Panel. especially if only Firefox is affected check what is installed as extensions and plugins by using the addons manager.
    * USE '''New button -> Addons ''' <br /> Or navigate to ''about:addons'' ,by keying that into the addressbar
    * Also see
    ** [[Remove a toolbar that has taken over your Firefox search or home page]]
    **And this slightly dated article [[What to do when searches take you to the wrong search website]]
    I will make a follow on post detailing malware removal steps. Note it is important to use up to date and multiple tools, not just your one favourite. No single tool detects everything. This one is particularly useful with adware problems
    * * '''[http://www.bleepingcomputer.com/download/adwcleaner/ AdwCleaner: (for adware)]'''

  • I have installed Itunes 10.5 on my PC and I have turned photostream on on my Ipad2 and Iphone.  The photos sync fine but they are not showing up on my PC.   What's the problem?

    I have installed Itunes 10.5 on my PC and I have turned photostream on on my Ipad2 and Iphone.  The photos sync fine but they are not showing up on my PC.   What's the problem?  I can see my photos on my ipad and Iphone.   I want to be able to see them on my PC when I take pictures from my Iphone and Ipad.  How do I see Photostream on my PC?

    You have to install the iCloud control panel for windows, then sign in with you apple ID, and check what you want to sync.
    link: http://support.apple.com/kb/DL1455

Maybe you are looking for